Searched refs:addAddress (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 471 addAddress(*SPDie, dwarf::DW_AT_frame_base, Location); in updateSubprogramScopeDIE() 1197 addAddress(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_target), in constructCallSiteEntryDIE() 1249 addAddress(*CallSiteDieParam, dwarf::DW_AT_location, in constructCallSiteParmEntryDIEs() 1443 addAddress(Die, dwarf::DW_AT_location, Location); in addVariableAddress() 1447 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress() function in DwarfCompileUnit
|
| H A D | DwarfCompileUnit.h | 326 void addAddress(DIE &Die, dwarf::Attribute Attribute,
|