Home
last modified time | relevance | path

Searched refs:getVariableForAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h496 DWARFDie getVariableForAddress(uint64_t Address);
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp472 : DWARFCU->getVariableForAddress(Address); in accumulateLocs()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp850 DWARFDie DWARFUnit::getVariableForAddress(uint64_t Address) { in getVariableForAddress() function in DWARFUnit
H A DDWARFContext.cpp1537 if (CU->getVariableForAddress(Address)) { in getCompileUnitForDataAddress()
1760 if (DWARFDie Die = CU->getVariableForAddress(Address.Address)) { in getLineInfoForDataAddress()