Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h69 if (auto TargetSectionIDOrErr = findOrEmitSection( in processRelocationRef() local
71 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
73 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h229 if (auto TargetSectionIDOrErr = in processRelocationRef() local
231 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
233 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h116 if (auto TargetSectionIDOrErr = in processRelocationRef() local
118 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
120 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h182 if (auto TargetSectionIDOrErr = findOrEmitSection( in processRelocationRef() local
184 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
186 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp80 if (auto TargetSectionIDOrErr = in processScatteredVANILLA() local
82 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA()
84 return TargetSectionIDOrErr.takeError(); in processScatteredVANILLA()