Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h268 DWARFCompileUnit *getCompileUnitForOffset(uint64_t Offset);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.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()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-dwarfdump.cpp471 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()