Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h192 Expected<unsigned> SectionBIDOrErr = in processSubtractRelocation() local
194 if (!SectionBIDOrErr) in processSubtractRelocation()
195 return SectionBIDOrErr.takeError(); in processSubtractRelocation()
196 SectionBID = *SectionBIDOrErr; in processSubtractRelocation()
DRuntimeDyldMachOI386.h186 if (auto SectionBIDOrErr = in processSECTDIFFRelocation() local
188 SectionBID = *SectionBIDOrErr; in processSECTDIFFRelocation()
190 return SectionBIDOrErr.takeError(); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h395 if (auto SectionBIDOrErr = in processHALFSECTDIFFRelocation() local
397 SectionBID = *SectionBIDOrErr; in processHALFSECTDIFFRelocation()
399 return SectionBIDOrErr.takeError(); in processHALFSECTDIFFRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h192 Expected<unsigned> SectionBIDOrErr = in processSubtractRelocation() local
194 if (!SectionBIDOrErr) in processSubtractRelocation()
195 return SectionBIDOrErr.takeError(); in processSubtractRelocation()
196 SectionBID = *SectionBIDOrErr; in processSubtractRelocation()
DRuntimeDyldMachOI386.h186 if (auto SectionBIDOrErr = in processSECTDIFFRelocation() local
188 SectionBID = *SectionBIDOrErr; in processSECTDIFFRelocation()
190 return SectionBIDOrErr.takeError(); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h267 if (auto SectionBIDOrErr = in processHALFSECTDIFFRelocation() local
269 SectionBID = *SectionBIDOrErr; in processHALFSECTDIFFRelocation()
271 return SectionBIDOrErr.takeError(); in processHALFSECTDIFFRelocation()