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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h200 auto SectionOrError = Symbol->getSection(); variable
201 if (!SectionOrError)
202 return SectionOrError.takeError();
203 object::section_iterator SecI = *SectionOrError;

Completed in 109 milliseconds