Searched refs:addAddress (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 476 addAddress(*SPDie, dwarf::DW_AT_frame_base, Location); in updateSubprogramScopeDIEImpl() 1202 addAddress(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_target), in constructCallSiteEntryDIE() 1254 addAddress(*CallSiteDieParam, dwarf::DW_AT_location, in constructCallSiteParmEntryDIEs() 1448 addAddress(Die, dwarf::DW_AT_location, Location); in addVariableAddress() 1452 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress() function in DwarfCompileUnit
|
| H A D | DwarfCompileUnit.h | 327 void addAddress(DIE &Die, dwarf::Attribute Attribute,
|