Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp382 llvm::Optional<uint64_t> CUOff = Entry.getCUOffset(); in toDie() local
384 if (!CUOff || !Off) in toDie()
387 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()
/freebsd-13.1/contrib/llvm-project/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()