Home
last modified time | relevance | path

Searched refs:SectionAIDOrErr (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h218 Expected<unsigned> SectionAIDOrErr = in processSubtractRelocation() local
220 if (!SectionAIDOrErr) in processSubtractRelocation()
221 return SectionAIDOrErr.takeError(); in processSubtractRelocation()
222 SectionAID = *SectionAIDOrErr; in processSubtractRelocation()
DRuntimeDyldMachOI386.h173 if (auto SectionAIDOrErr = in processSECTDIFFRelocation() local
175 SectionAID = *SectionAIDOrErr; in processSECTDIFFRelocation()
177 return SectionAIDOrErr.takeError(); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h382 if (auto SectionAIDOrErr = in processHALFSECTDIFFRelocation() local
384 SectionAID = *SectionAIDOrErr; in processHALFSECTDIFFRelocation()
386 return SectionAIDOrErr.takeError(); in processHALFSECTDIFFRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h218 Expected<unsigned> SectionAIDOrErr = in processSubtractRelocation() local
220 if (!SectionAIDOrErr) in processSubtractRelocation()
221 return SectionAIDOrErr.takeError(); in processSubtractRelocation()
222 SectionAID = *SectionAIDOrErr; in processSubtractRelocation()
DRuntimeDyldMachOI386.h173 if (auto SectionAIDOrErr = in processSECTDIFFRelocation() local
175 SectionAID = *SectionAIDOrErr; in processSECTDIFFRelocation()
177 return SectionAIDOrErr.takeError(); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h254 if (auto SectionAIDOrErr = in processHALFSECTDIFFRelocation() local
256 SectionAID = *SectionAIDOrErr; in processHALFSECTDIFFRelocation()
258 return SectionAIDOrErr.takeError(); in processHALFSECTDIFFRelocation()