Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h478 DWARFCompileUnit *getCompileUnitForDataAddress(uint64_t Address);
/src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp468 : DiCtx->getCompileUnitForDataAddress(Address); in accumulateLocs()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1523 DWARFCompileUnit *DWARFContext::getCompileUnitForDataAddress(uint64_t Address) { in getCompileUnitForDataAddress() function in DWARFContext
1757 DWARFCompileUnit *CU = getCompileUnitForDataAddress(Address.Address); in getLineInfoForDataAddress()