Home
last modified time | relevance | path

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

/src/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 DRuntimeDyldCOFFAArch64.h183 if (auto TargetSectionIDOrErr = findOrEmitSection( in processRelocationRef() local
185 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
187 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()
/src/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()