Lines Matching refs:SectionOrError
2047 ErrorOr<BinarySection &> SectionOrError = in processLKExTable() local
2049 if (!SectionOrError) in processLKExTable()
2052 const uint64_t SectionSize = SectionOrError->getSize(); in processLKExTable()
2053 const uint64_t SectionAddress = SectionOrError->getAddress(); in processLKExTable()
2102 ErrorOr<BinarySection &> SectionOrError = in processLKPCIFixup() local
2104 assert(SectionOrError && in processLKPCIFixup()
2106 const uint64_t SectionSize = SectionOrError->getSize(); in processLKPCIFixup()
2107 const uint64_t SectionAddress = SectionOrError->getAddress(); in processLKPCIFixup()
2134 ErrorOr<BinarySection &> SectionOrError = in processLKKSymtab() local
2136 assert(SectionOrError && in processLKKSymtab()
2138 const uint64_t SectionSize = SectionOrError->getSize(); in processLKKSymtab()
2139 const uint64_t SectionAddress = SectionOrError->getAddress(); in processLKKSymtab()
2166 ErrorOr<BinarySection &> SectionOrError = in processLKBugTable() local
2168 if (!SectionOrError) in processLKBugTable()
2171 const uint64_t SectionSize = SectionOrError->getSize(); in processLKBugTable()
2172 const uint64_t SectionAddress = SectionOrError->getAddress(); in processLKBugTable()
2192 ErrorOr<BinarySection &> SectionOrError = in processLKSMPLocks() local
2194 if (!SectionOrError) in processLKSMPLocks()
2197 uint64_t SectionSize = SectionOrError->getSize(); in processLKSMPLocks()
2198 const uint64_t SectionAddress = SectionOrError->getAddress(); in processLKSMPLocks()