Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h251 DWARFCompileUnit *getDWOCompileUnitForHash(uint64_t Hash);
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp420 CU = DICtx.getDWOCompileUnitForHash(*DWOId); in toDie()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp627 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO()
DDWARFContext.cpp728 DWARFCompileUnit *DWARFContext::getDWOCompileUnitForHash(uint64_t Hash) { in getDWOCompileUnitForHash() function in DWARFContext