Searched refs:addSectionDelta (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 256 return addSectionDelta(Die, Attribute, Label, Sec); in addSectionLabel() 384 DwarfCompileUnit::addSectionDelta(DIE &Die, dwarf::Attribute Attribute, in addSectionDelta() function in llvm::DwarfCompileUnit 406 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.getSym(), in addScopeRangeList()
|
D | DwarfCompileUnit.h | 113 DIE::value_iterator addSectionDelta(DIE &Die, dwarf::Attribute Attribute,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 306 DIE::value_iterator addSectionDelta(DIE &Die, dwarf::Attribute Attribute,
|
D | DwarfUnit.cpp | 1706 DwarfUnit::addSectionDelta(DIE &Die, dwarf::Attribute Attribute, in addSectionDelta() function in DwarfUnit 1722 return addSectionDelta(Die, Attribute, Label, Sec); in addSectionLabel()
|
D | DwarfCompileUnit.cpp | 424 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.getSym(), in addScopeRangeList()
|