Searched refs:addLabelAddress (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 109 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress() function in DwarfCompileUnit 495 addLabelAddress(D, dwarf::DW_AT_low_pc, Begin); in attachLowHighPC() 497 addLabelAddress(D, dwarf::DW_AT_high_pc, End); in attachLowHighPC() 1338 addLabelAddress(CallSiteDIE, dwarf::DW_AT_call_pc, CallAddr); in constructCallSiteEntryDIE() 1349 addLabelAddress(CallSiteDIE, in constructCallSiteEntryDIE() 1489 addLabelAddress(*Die, dwarf::DW_AT_low_pc, Sym); in finishEntityDefinition()
|
| H A D | DwarfCompileUnit.h | 198 void addLabelAddress(DIE &Die, dwarf::Attribute Attribute,
|