Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp74 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()
176 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()
282 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()
387 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()
509 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()
631 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()
H A DDWARFDieManualExtractTest.cpp51 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h255 DWARFCompileUnit *getCompileUnitForOffset(uint64_t Offset);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1480 DWARFCompileUnit *SrcUnit = DwCtx->getCompileUnitForOffset(SrcCUID); in addDebugFilenameToUnit()
1502 DWARFCompileUnit *DstUnit = DwCtx->getCompileUnitForOffset(DestCUID); in addDebugFilenameToUnit()
1814 DwCtx->getCompileUnitForOffset(RowRef.DwCompileUnitIndex)); in printDebugInfo()
H A DBinaryEmitter.cpp657 BC.DwCtx->getCompileUnitForOffset(CurrentUnitIndex)); in emitLineInfo()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp403 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1046 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { in getCompileUnitForOffset() function in DWARFContext
1056 if (DWARFCompileUnit *OffsetCU = getCompileUnitForOffset(CUOffset)) in getCompileUnitForAddress()