Symbol: DIESubprogram
src/kits/debugger/debug_info/DwarfFunctionDebugInfo.cpp
16
DIESubprogram* subprogramEntry, TargetAddressRangeList* addressRanges,
src/kits/debugger/debug_info/DwarfFunctionDebugInfo.h
15
class DIESubprogram;
src/kits/debugger/debug_info/DwarfFunctionDebugInfo.h
25
DIESubprogram* subprogramEntry,
src/kits/debugger/debug_info/DwarfFunctionDebugInfo.h
46
DIESubprogram* SubprogramEntry() const
src/kits/debugger/debug_info/DwarfFunctionDebugInfo.h
52
DIESubprogram* fSubprogramEntry;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1230
DIESubprogram* subProgram = targetInfo->SubprogramEntry();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1235
subProgram = dynamic_cast<DIESubprogram*>(
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1339
DIESubprogram* subprogramEntry
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1340
= static_cast<DIESubprogram*>(entry);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1360
error = _AddFunction(static_cast<DIESubprogram*>(memberEntry),
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1373
DwarfImageDebugInfo::_AddFunction(DIESubprogram* subprogramEntry,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
434
DIESubprogram* subprogramEntry
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
435
= static_cast<DIESubprogram*>(entry);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
598
DIESubprogram* entry = function != NULL
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
674
DIESubprogram* subprogramEntry = function != NULL ?
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
139
status_t _AddFunction(DIESubprogram* subprogramEntry,
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
24
class DIESubprogram;
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
168
DIESubprogram* subprogramEntry, GlobalTypeLookup* typeLookup,
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
19
class DIESubprogram;
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
41
DIESubprogram* subprogramEntry,
src/kits/debugger/debug_info/DwarfTypeFactory.h
23
class DIESubprogram;
src/kits/debugger/debug_info/DwarfTypes.cpp
138
DIESubprogram* subprogramEntry, target_addr_t instructionPointer,
src/kits/debugger/debug_info/DwarfTypes.h
32
class DIESubprogram;
src/kits/debugger/debug_info/DwarfTypes.h
56
DIESubprogram* subprogramEntry,
src/kits/debugger/debug_info/DwarfTypes.h
72
DIESubprogram* SubprogramEntry() const
src/kits/debugger/debug_info/DwarfTypes.h
92
DIESubprogram* fSubprogramEntry;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1916
DIESubprogram::DIESubprogram()
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1934
DIESubprogram::~DIESubprogram()
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1940
DIESubprogram::Tag() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1947
DIESubprogram::Specification() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1955
DIESubprogram::AbstractOrigin() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1962
DIESubprogram::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1993
DIESubprogram::AddAttribute_low_pc(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2002
DIESubprogram::AddAttribute_high_pc(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2014
DIESubprogram::AddAttribute_ranges(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2023
DIESubprogram::AddAttribute_specification(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2026
fSpecification = dynamic_cast<DIESubprogram*>(value.reference);
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2032
DIESubprogram::AddAttribute_address_class(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2042
DIESubprogram::AddAttribute_prototyped(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2051
DIESubprogram::AddAttribute_type(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2060
DIESubprogram::AddAttribute_inline(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2070
DIESubprogram::AddAttribute_abstract_origin(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2073
fAbstractOrigin = dynamic_cast<DIESubprogram*>(value.reference);
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2079
DIESubprogram::AddAttribute_frame_base(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2097
DIESubprogram::AddAttribute_artificial(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2106
DIESubprogram::AddAttribute_calling_convention(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2115
DIESubprogram::AddAttribute_main_subprogram(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2969
entry = new(std::nothrow) DIESubprogram;
src/kits/debugger/dwarf/DebugInfoEntries.h
1253
class DIESubprogram : public DIENamespace {
src/kits/debugger/dwarf/DebugInfoEntries.h
1255
DIESubprogram();
src/kits/debugger/dwarf/DebugInfoEntries.h
1256
~DIESubprogram();
src/kits/debugger/dwarf/DebugInfoEntries.h
1335
DIESubprogram* fSpecification;
src/kits/debugger/dwarf/DebugInfoEntries.h
1336
DIESubprogram* fAbstractOrigin;
src/kits/debugger/dwarf/DwarfFile.cpp
175
DIESubprogram* fSubprogramEntry;
src/kits/debugger/dwarf/DwarfFile.cpp
2297
DIESubprogram* subprogramEntry, target_addr_t location,
src/kits/debugger/dwarf/DwarfFile.cpp
65
uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry,
src/kits/debugger/dwarf/DwarfFile.cpp
768
DIESubprogram* subprogramEntry, target_addr_t location,
src/kits/debugger/dwarf/DwarfFile.cpp
784
DIESubprogram* subprogramEntry, const void* expression,
src/kits/debugger/dwarf/DwarfFile.cpp
803
DIESubprogram* subprogramEntry, const LocationDescription* location,
src/kits/debugger/dwarf/DwarfFile.cpp
829
DIESubprogram* subprogramEntry, const ConstantAttributeValue* value,
src/kits/debugger/dwarf/DwarfFile.cpp
865
DIESubprogram* subprogramEntry, const DynamicAttributeValue* value,
src/kits/debugger/dwarf/DwarfFile.h
102
DIESubprogram* subprogramEntry,
src/kits/debugger/dwarf/DwarfFile.h
153
DIESubprogram* subprogramEntry,
src/kits/debugger/dwarf/DwarfFile.h
61
DIESubprogram* subprogramEntry,
src/kits/debugger/dwarf/DwarfFile.h
69
DIESubprogram* subprogramEntry,
src/kits/debugger/dwarf/DwarfFile.h
79
DIESubprogram* subprogramEntry,
src/kits/debugger/dwarf/DwarfFile.h
94
DIESubprogram* subprogramEntry,
src/kits/debugger/dwarf/DwarfUtils.cpp
137
const DIESubprogram* subProgram = dynamic_cast<const DIESubprogram*>(