Home
last modified time | relevance | path

Searched refs:addAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h280 void addAddress(DIE &Die, dwarf::Attribute Attribute,
H A DDwarfCompileUnit.cpp351 addAddress(*SPDie, dwarf::DW_AT_frame_base, Location); in updateSubprogramScopeDIE()
1021 addAddress(Die, dwarf::DW_AT_location, Location); in addVariableAddress()
1025 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress() function in DwarfCompileUnit