Searched refs:SectionOrError (Results 1 – 2 of 2) sorted by relevance
200 auto SectionOrError = Symbol->getSection(); in processRelocationRef() local201 if (!SectionOrError) in processRelocationRef()202 return SectionOrError.takeError(); in processRelocationRef()203 object::section_iterator SecI = *SectionOrError; in processRelocationRef()
2047 ErrorOr<BinarySection &> SectionOrError = in processLKExTable() local2049 if (!SectionOrError) in processLKExTable()2102 ErrorOr<BinarySection &> SectionOrError = in processLKPCIFixup() local2104 assert(SectionOrError && in processLKPCIFixup()2134 ErrorOr<BinarySection &> SectionOrError = in processLKKSymtab() local2136 assert(SectionOrError && in processLKKSymtab()2166 ErrorOr<BinarySection &> SectionOrError = in processLKBugTable() local2168 if (!SectionOrError) in processLKBugTable()2192 ErrorOr<BinarySection &> SectionOrError = in processLKSMPLocks() local2194 if (!SectionOrError) in processLKSMPLocks()[all …]