OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DwarfCUToModule
(Results
1 - 4
of
4
) sorted by null
/external/google-breakpad/src/common/
dwarf_cu_to_module.cc
32
// Implement the
DwarfCUToModule
class; see dwarf_cu_to_module.h.
78
struct
DwarfCUToModule
::Specification {
102
struct
DwarfCUToModule
::FilePrivate {
130
DwarfCUToModule
::FileContext::FileContext(const string &filename,
139
DwarfCUToModule
::FileContext::~FileContext() {
142
void
DwarfCUToModule
::FileContext::AddSectionToSectionMap(
147
void
DwarfCUToModule
::FileContext::ClearSectionMapForTest() {
152
DwarfCUToModule
::FileContext::section_map() const {
156
void
DwarfCUToModule
::FileContext::ClearSpecifications() {
161
bool
DwarfCUToModule
::FileContext::IsUnhandledInterCUReference
[
all
...]
dwarf_cu_to_module.h
35
// file defines the
DwarfCUToModule
class, which accepts parsed DWARF
66
class
DwarfCUToModule
: public dwarf2reader::RootDIEHandler {
70
// for use by
DwarfCUToModule
. Each
DwarfCUToModule
instance deals
75
// then providing it to the
DwarfCUToModule
instance for each
96
friend class
DwarfCUToModule
;
125
// for
DwarfCUToModule
.
DwarfCUToModule
could certainly just use
147
// The interface
DwarfCUToModule
uses to report warnings. The member
234
DwarfCUToModule
(FileContext *file_context
[
all
...]
dwarf_cu_to_module_unittest.cc
32
// dwarf_cu_to_module.cc: Unit tests for google_breakpad::
DwarfCUToModule
.
51
using google_breakpad::
DwarfCUToModule
;
65
class MockLineToModuleHandler: public
DwarfCUToModule
::LineToModuleHandler {
72
class MockWarningReporter: public
DwarfCUToModule
::WarningReporter {
75
:
DwarfCUToModule
::WarningReporter(filename, cu_offset) { }
266
DwarfCUToModule
::FileContext file_context_;
292
DwarfCUToModule
root_handler_;
715
DwarfCUToModule
::FileContext fc("dwarf-filename", &m, true);
[
all
...]
/external/google-breakpad/src/common/linux/
dump_symbols.cc
79
using google_breakpad::
DwarfCUToModule
;
206
class DumperLineToModule: public
DwarfCUToModule
::LineToModuleHandler {
238
DwarfCUToModule
::FileContext file_context(dwarf_filename,
271
DwarfCUToModule
::WarningReporter reporter(dwarf_filename, offset);
272
DwarfCUToModule
root_handler(&file_context, &line_to_module, &reporter);
[
all
...]
Completed in 55 milliseconds