HomeSort by relevance Sort by last modified time
    Searched refs:DWARFDebugInfoEntryMinimal (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.h 25 /// DWARFDebugInfoEntryMinimal - A DIE with only the minimum required data.
26 class DWARFDebugInfoEntryMinimal {
39 DWARFDebugInfoEntryMinimal()
72 DWARFDebugInfoEntryMinimal *getParent() {
75 const DWARFDebugInfoEntryMinimal *getParent() const {
80 DWARFDebugInfoEntryMinimal *getSibling() {
83 const DWARFDebugInfoEntryMinimal *getSibling() const {
89 DWARFDebugInfoEntryMinimal *getFirstChild() {
92 const DWARFDebugInfoEntryMinimal *getFirstChild() const {
96 void setParent(DWARFDebugInfoEntryMinimal *parent)
    [all...]
DWARFDebugInfoEntry.cpp 22 void DWARFDebugInfoEntryMinimal::dump(raw_ostream &OS,
51 const DWARFDebugInfoEntryMinimal *child = getFirstChild();
68 void DWARFDebugInfoEntryMinimal::dumpAttribute(raw_ostream &OS,
97 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFCompileUnit *cu,
228 DWARFDebugInfoEntryMinimal::extract(const DWARFCompileUnit *cu,
372 bool DWARFDebugInfoEntryMinimal::isSubprogramDIE() const {
376 bool DWARFDebugInfoEntryMinimal::isSubroutineDIE() const {
383 DWARFDebugInfoEntryMinimal::getAttributeValue(const DWARFCompileUnit *cu,
418 DWARFDebugInfoEntryMinimal::getAttributeValueAsString(
432 DWARFDebugInfoEntryMinimal::getAttributeValueAsUnsigned
    [all...]
DWARFCompileUnit.cpp 103 const DWARFDebugInfoEntryMinimal *CU = getCompileUnitDIE(false);
118 DWARFDebugInfoEntryMinimal *die_array_begin = &DieArray.front();
119 DWARFDebugInfoEntryMinimal *die_array_end = &DieArray.back();
120 DWARFDebugInfoEntryMinimal *curr_die;
126 DWARFDebugInfoEntryMinimal *next_die = curr_die + 1;
139 DWARFDebugInfoEntryMinimal *parent = curr_die->getParent();
161 DWARFDebugInfoEntryMinimal die;
229 std::vector<DWARFDebugInfoEntryMinimal> tmpArray;
255 DWARFDebugInfoEntryMinimal::InlinedChain
260 const DWARFDebugInfoEntryMinimal *SubprogramDIE = 0
    [all...]
DWARFCompileUnit.h 43 std::vector<DWARFDebugInfoEntryMinimal> DieArray;
98 const DWARFDebugInfoEntryMinimal *
113 void addDIE(DWARFDebugInfoEntryMinimal &die) {
137 DWARFDebugInfoEntryMinimal::InlinedChain getInlinedChainForAddress(
DWARFContext.cpp 351 const DWARFDebugInfoEntryMinimal::InlinedChain &InlinedChain =
354 const DWARFDebugInfoEntryMinimal &TopFunctionDIE = InlinedChain[0];
384 const DWARFDebugInfoEntryMinimal::InlinedChain &InlinedChain =
387 const DWARFDebugInfoEntryMinimal &TopFunctionDIE = InlinedChain[0];
435 const DWARFDebugInfoEntryMinimal::InlinedChain &InlinedChain =
444 const DWARFDebugInfoEntryMinimal &FunctionDIE = InlinedChain[i];

Completed in 53 milliseconds