Searched refs:CUOff (Results 1 – 2 of 2) sorted by relevance
398 llvm::Optional<uint64_t> CUOff = Entry.getCUOffset(); in toDie() local400 if (!CUOff || !Off) in toDie()403 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()
159 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry() local160 if (!CUOff) in getUnitForIndexEntry()163 auto Offset = CUOff->Offset; in getUnitForIndexEntry()167 std::upper_bound(begin(), end, CUOff->Offset, in getUnitForIndexEntry()