Home
last modified time | relevance | path

Searched refs:SectionOrError (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h200 auto SectionOrError = Symbol->getSection(); in processRelocationRef() local
201 if (!SectionOrError) in processRelocationRef()
202 return SectionOrError.takeError(); in processRelocationRef()
203 object::section_iterator SecI = *SectionOrError; in processRelocationRef()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2047 ErrorOr<BinarySection &> SectionOrError = in processLKExTable() local
2049 if (!SectionOrError) in processLKExTable()
2102 ErrorOr<BinarySection &> SectionOrError = in processLKPCIFixup() local
2104 assert(SectionOrError && in processLKPCIFixup()
2134 ErrorOr<BinarySection &> SectionOrError = in processLKKSymtab() local
2136 assert(SectionOrError && in processLKKSymtab()
2166 ErrorOr<BinarySection &> SectionOrError = in processLKBugTable() local
2168 if (!SectionOrError) in processLKBugTable()
2192 ErrorOr<BinarySection &> SectionOrError = in processLKSMPLocks() local
2194 if (!SectionOrError) in processLKSMPLocks()
[all …]