Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h92 if (auto TargetSectionIDOrErr = in processRelocationRef() local
94 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
96 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h259 if (auto TargetSectionIDOrErr = in processRelocationRef() local
261 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
263 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h109 if (auto TargetSectionIDOrErr = in processRelocationRef() local
111 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
113 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp81 if (auto TargetSectionIDOrErr = in processScatteredVANILLA() local
83 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA()
85 return TargetSectionIDOrErr.takeError(); in processScatteredVANILLA()