Searched refs:addAddress (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 439 addAddress(*SPDie, dwarf::DW_AT_frame_base, Location); in updateSubprogramScopeDIE() 1185 addAddress(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_target), in constructCallSiteEntryDIE() 1237 addAddress(*CallSiteDieParam, dwarf::DW_AT_location, in constructCallSiteParmEntryDIEs() 1421 addAddress(Die, dwarf::DW_AT_location, Location); in addVariableAddress() 1425 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress() function in DwarfCompileUnit
|
| D | DwarfCompileUnit.h | 330 void addAddress(DIE &Die, dwarf::Attribute Attribute,
|