Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h173 if (auto TargetSectionIDOrErr = in processRelocationRef() local
175 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
177 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
DRuntimeDyldCOFFI386.h92 if (auto TargetSectionIDOrErr = in processRelocationRef() local
94 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
96 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
DRuntimeDyldCOFFThumb.h89 if (auto TargetSectionIDOrErr = in processRelocationRef() local
91 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
93 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp79 if (auto TargetSectionIDOrErr = in processScatteredVANILLA() local
81 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA()
83 return TargetSectionIDOrErr.takeError(); in processScatteredVANILLA()