Home
last modified time | relevance | path

Searched refs:CUOff (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp145 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry() local
146 if (!CUOff) in getUnitForIndexEntry()
149 auto Offset = CUOff->Offset; in getUnitForIndexEntry()
153 std::upper_bound(begin(), end, CUOff->Offset, in getUnitForIndexEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp377 llvm::Optional<uint64_t> CUOff = Entry.getCUOffset(); in toDie() local
379 if (!CUOff || !Off) in toDie()
382 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()