Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h478 DWARFCompileUnit *getCompileUnitForDataAddress(uint64_t Address);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1521 DWARFCompileUnit *DWARFContext::getCompileUnitForDataAddress(uint64_t Address) { in getCompileUnitForDataAddress() function in DWARFContext
1755 DWARFCompileUnit *CU = getCompileUnitForDataAddress(Address.Address); in getLineInfoForDataAddress()