Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h264 DWARFCompileUnit *getDWOCompileUnitForHash(uint64_t Hash);
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-dwarfdump.cpp477 CU = DICtx.getDWOCompileUnitForHash(*DWOId); in toDie()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp639 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO()
HDDWARFContext.cpp1360 DWARFCompileUnit *DWARFContext::getDWOCompileUnitForHash(uint64_t Hash) { in getDWOCompileUnitForHash() function in DWARFContext