OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallFrameInfo
(Results
1 - 6
of
6
) sorted by null
/external/google-breakpad/src/common/dwarf/
dwarf2reader.cc
32
// and dwarf2reader::
CallFrameInfo
. See dwarf2reader.h for details.
857
// each '*Rule' member function in
CallFrameInfo
::Handler.
869
class
CallFrameInfo
::Rule {
899
class
CallFrameInfo
::UndefinedRule: public
CallFrameInfo
::Rule {
916
class
CallFrameInfo
::SameValueRule: public
CallFrameInfo
::Rule {
[
all
...]
dwarf2reader.h
563
class
CallFrameInfo
{
573
// A reporter class, which
CallFrameInfo
uses to report errors
600
//
CallFrameInfo
parses the entry headers as Linux C++ exception
601
// handling data. If EH_FRAME is false or omitted, the
CallFrameInfo
609
//
CallFrameInfo
can handle 'z' augmentations in either DWARF CFI or
613
// about the base addresses. See the
CallFrameInfo
::Handler interface
640
CallFrameInfo
(const char *buffer, size_t buffer_length,
647
~
CallFrameInfo
() { }
[
all
...]
dwarf2reader_cfi_unittest.cc
32
// dwarf2reader_cfi_unittest.cc: Unit tests for dwarf2reader::
CallFrameInfo
78
using dwarf2reader::
CallFrameInfo
;
99
class MockCallFrameInfoHandler: public
CallFrameInfo
::Handler {
121
class MockCallFrameErrorReporter: public
CallFrameInfo
::Reporter {
124
MOCK_METHOD2(Incomplete, void(uint64,
CallFrameInfo
::EntryKind));
133
MOCK_METHOD3(BadInstruction, void(uint64,
CallFrameInfo
::EntryKind, uint64));
134
MOCK_METHOD3(NoCFARule, void(uint64,
CallFrameInfo
::EntryKind, uint64));
135
MOCK_METHOD3(EmptyStateStack, void(uint64,
CallFrameInfo
::EntryKind, uint64));
140
enum { kCFARegister =
CallFrameInfo
::Handler::kCFARegister };
192
CallFrameInfo
parser(data, 0, &byte_reader, &handler, &reporter)
[
all
...]
/external/google-breakpad/src/common/
dwarf_cfi_to_module.h
55
using dwarf2reader::
CallFrameInfo
;
63
class DwarfCFIToModule: public
CallFrameInfo
::Handler {
124
// Create a handler for the dwarf2reader::
CallFrameInfo
parser that
/external/google-breakpad/src/common/linux/
dump_symbols.cc
358
dwarf2reader::
CallFrameInfo
::Reporter dwarf_reporter(dwarf_filename,
360
dwarf2reader::
CallFrameInfo
parser(cfi, cfi_size,
[
all
...]
/external/llvm/include/llvm/Support/
Dwarf.h
472
enum
CallFrameInfo
{
Completed in 3384 milliseconds