Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h190 Expected<unsigned> SectionBIDOrErr = in processSubtractRelocation() local
192 if (!SectionBIDOrErr) in processSubtractRelocation()
193 return SectionBIDOrErr.takeError(); in processSubtractRelocation()
194 SectionBID = *SectionBIDOrErr; in processSubtractRelocation()
H A DRuntimeDyldMachOI386.h187 if (auto SectionBIDOrErr = in processSECTDIFFRelocation() local
189 SectionBID = *SectionBIDOrErr; in processSECTDIFFRelocation()
191 return SectionBIDOrErr.takeError(); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h398 if (auto SectionBIDOrErr = in processHALFSECTDIFFRelocation() local
400 SectionBID = *SectionBIDOrErr; in processHALFSECTDIFFRelocation()
402 return SectionBIDOrErr.takeError(); in processHALFSECTDIFFRelocation()