Searched refs:addSectionLabel (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 109 void addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
|
D | DwarfCompileUnit.cpp | 227 void DwarfCompileUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, in addSectionLabel() function in llvm::DwarfCompileUnit 252 addSectionLabel(UnitDie, dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList() 390 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.getSym(), in addScopeRangeList()
|
D | DwarfDebug.cpp | 564 SkCU->addSectionLabel(SkCU->getUnitDie(), dwarf::DW_AT_GNU_addr_base, in finalizeModuleInfo() 569 SkCU->addSectionLabel(SkCU->getUnitDie(), dwarf::DW_AT_GNU_ranges_base, in finalizeModuleInfo()
|