Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h120 auto SectionOrError = Symbol->getSection(); in processRelocationRef() local
121 if (!SectionOrError) in processRelocationRef()
122 return SectionOrError.takeError(); in processRelocationRef()
123 section_iterator SecI = *SectionOrError; in processRelocationRef()