Searched refs:addLabelAddress (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 65 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress() function in DwarfCompileUnit 322 addLabelAddress(D, dwarf::DW_AT_low_pc, Begin); in attachLowHighPC() 324 addLabelAddress(D, dwarf::DW_AT_high_pc, End); in attachLowHighPC() 910 addLabelAddress(*Die, dwarf::DW_AT_low_pc, Sym); in finishEntityDefinition()
|
| H A D | DwarfCompileUnit.h | 135 void addLabelAddress(DIE &Die, dwarf::Attribute Attribute,
|