Searched refs:CUOff (Results 1 – 2 of 2) sorted by relevance
145 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry() local146 if (!CUOff) in getUnitForIndexEntry()149 auto Offset = CUOff->Offset; in getUnitForIndexEntry()153 std::upper_bound(begin(), end, CUOff->Offset, in getUnitForIndexEntry()
377 llvm::Optional<uint64_t> CUOff = Entry.getCUOffset(); in toDie() local379 if (!CUOff || !Off) in toDie()382 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()