Home
last modified time | relevance | path

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

/freebsd/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.h236 if (auto TargetSectionIDOrErr = in processRelocationRef() local
238 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
240 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h138 if (auto TargetSectionIDOrErr = in processRelocationRef() local
140 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
142 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h195 if (auto TargetSectionIDOrErr = findOrEmitSection( in processRelocationRef() local
197 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
199 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp79 if (auto TargetSectionIDOrErr = in processScatteredVANILLA() local
81 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA()
83 return TargetSectionIDOrErr.takeError(); in processScatteredVANILLA()