Searched refs:addSectionOffset (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 197 void addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer);
|
D | DwarfUnit.cpp | 80 addSectionOffset(UnitDie, dwarf::DW_AT_stmt_list, 0); in DwarfTypeUnit() 235 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset() function in DwarfUnit
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 186 void addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer);
|
D | DwarfUnit.cpp | 272 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset() function in DwarfUnit 303 addSectionOffset(getUnitDie(), dwarf::DW_AT_stmt_list, 0); in getOrCreateSourceID()
|