Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp270 if (auto SectionIDOrErr = findOrEmitSection(Obj, *SI, IsCode, in loadObjectImpl() local
272 SectionID = *SectionIDOrErr; in loadObjectImpl()
274 return SectionIDOrErr.takeError(); in loadObjectImpl()
308 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() local
310 SectionID = *SectionIDOrErr; in loadObjectImpl()
312 return SectionIDOrErr.takeError(); in loadObjectImpl()
763 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection() local
764 SectionID = *SectionIDOrErr; in findOrEmitSection()
766 return SectionIDOrErr.takeError(); in findOrEmitSection()
DRuntimeDyldMachO.cpp126 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
128 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
130 return SectionIDOrErr.takeError(); in getRelocationValueRef()
DRuntimeDyldELF.cpp806 if (auto SectionIDOrErr = in findPPC64TOCSection() local
808 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
810 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
884 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
886 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
888 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1252 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1254 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1256 return SectionIDOrErr.takeError(); in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp321 if (auto SectionIDOrErr = in loadObjectImpl() local
323 SectionID = *SectionIDOrErr; in loadObjectImpl()
325 return SectionIDOrErr.takeError(); in loadObjectImpl()
359 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() local
361 SectionID = *SectionIDOrErr; in loadObjectImpl()
363 return SectionIDOrErr.takeError(); in loadObjectImpl()
826 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection() local
827 SectionID = *SectionIDOrErr; in findOrEmitSection()
829 return SectionIDOrErr.takeError(); in findOrEmitSection()
DRuntimeDyldMachO.cpp129 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
131 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
133 return SectionIDOrErr.takeError(); in getRelocationValueRef()
DRuntimeDyldELF.cpp580 if (auto SectionIDOrErr = in findPPC64TOCSection() local
582 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
584 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
658 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
660 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
662 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1163 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1165 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1167 return SectionIDOrErr.takeError(); in processRelocationRef()