Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h268 DWARFCompileUnit *getCompileUnitForOffset(uint64_t Offset);
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1513 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { in getCompileUnitForOffset() function in DWARFContext
1520 return getCompileUnitForOffset(CUOffset); in getCompileUnitForCodeAddress()
1525 if (DWARFCompileUnit *OffsetCU = getCompileUnitForOffset(CUOffset)) in getCompileUnitForDataAddress()
/src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp471 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()