Home
last modified time | relevance | path

Searched refs:getDWOCompileUnitForHash (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h251 DWARFCompileUnit *getDWOCompileUnitForHash(uint64_t Hash);
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp409 CU = DICtx.getDWOCompileUnitForHash(*DWOId); in toDie()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp617 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO()
H A DDWARFContext.cpp730 DWARFCompileUnit *DWARFContext::getDWOCompileUnitForHash(uint64_t Hash) { in getDWOCompileUnitForHash() function in DWARFContext
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1277 DWARFUnit *Unit = Context.getDWOCompileUnitForHash(*DWOId); in finalize()