Searched refs:CUOff (Results 1 – 2 of 2) sorted by relevance
154 const auto *CUOff = E.getOffset(DW_SECT_INFO); in getUnitForIndexEntry() local155 if (!CUOff) in getUnitForIndexEntry()158 auto Offset = CUOff->Offset; in getUnitForIndexEntry()161 this->begin(), this->end(), CUOff->Offset, in getUnitForIndexEntry()
324 llvm::Optional<uint64_t> CUOff = Entry.getCUOffset(); in toDie() local326 if (!CUOff || !Off) in toDie()329 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()