Home
last modified time | relevance | path

Searched refs:SectionIDOrErr (Results 26 – 50 of 51) sorted by relevance

123

/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
130 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
132 return SectionIDOrErr.takeError(); in getRelocationValueRef()
H A DRuntimeDyldELF.cpp649 if (auto SectionIDOrErr = in findPPC64TOCSection() local
651 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
653 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
733 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
735 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
737 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1242 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1244 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1246 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
130 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
132 return SectionIDOrErr.takeError(); in getRelocationValueRef()
H A DRuntimeDyldELF.cpp675 if (auto SectionIDOrErr = in findPPC64TOCSection() local
677 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
679 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
759 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
761 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
763 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1266 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1268 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1270 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
130 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
132 return SectionIDOrErr.takeError(); in getRelocationValueRef()
H A DRuntimeDyldELF.cpp649 if (auto SectionIDOrErr = in findPPC64TOCSection() local
651 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
653 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
733 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
735 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
737 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1242 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1244 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1246 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
130 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
132 return SectionIDOrErr.takeError(); in getRelocationValueRef()
H A DRuntimeDyldELF.cpp584 if (auto SectionIDOrErr = in findPPC64TOCSection() local
586 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
588 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
668 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
670 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
672 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1173 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1175 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1177 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
130 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
132 return SectionIDOrErr.takeError(); in getRelocationValueRef()
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
130 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
132 return SectionIDOrErr.takeError(); in getRelocationValueRef()
H A DRuntimeDyldELF.cpp579 if (auto SectionIDOrErr = in findPPC64TOCSection() local
581 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
583 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
657 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
659 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
661 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1162 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1164 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1166 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/llvm80/llvm-8.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp129 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
131 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
133 return SectionIDOrErr.takeError(); in getRelocationValueRef()
H A 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
130 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
132 return SectionIDOrErr.takeError(); in getRelocationValueRef()
H A DRuntimeDyldELF.cpp584 if (auto SectionIDOrErr = in findPPC64TOCSection() local
586 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
588 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
668 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
670 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
672 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1174 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1176 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1178 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/llvm70/llvm-7.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp129 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local
131 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef()
133 return SectionIDOrErr.takeError(); in getRelocationValueRef()
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp591 if (auto SectionIDOrErr = in findPPC64TOCSection() local
593 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
595 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
675 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
677 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
679 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1180 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1182 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1184 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp591 if (auto SectionIDOrErr = in findPPC64TOCSection() local
593 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
595 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
675 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
677 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
679 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1180 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1182 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1184 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp584 if (auto SectionIDOrErr = in findPPC64TOCSection() local
586 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
588 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
668 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
670 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
672 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1174 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1176 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1178 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp591 if (auto SectionIDOrErr = in findPPC64TOCSection() local
593 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
595 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
675 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
677 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
679 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1180 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1182 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1184 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp584 if (auto SectionIDOrErr = in findPPC64TOCSection() local
586 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
588 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
668 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
670 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
672 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1173 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1175 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1177 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp584 if (auto SectionIDOrErr = in findPPC64TOCSection() local
586 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
588 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
668 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
670 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
672 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1173 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1175 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1177 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp649 if (auto SectionIDOrErr = in findPPC64TOCSection() local
651 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
653 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
733 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
735 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
737 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1242 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1244 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1246 return SectionIDOrErr.takeError(); in processRelocationRef()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp649 if (auto SectionIDOrErr = in findPPC64TOCSection() local
651 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection()
653 return SectionIDOrErr.takeError(); in findPPC64TOCSection()
733 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local
735 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection()
737 return SectionIDOrErr.takeError(); in findOPDEntrySection()
1242 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local
1244 Value.SectionID = *SectionIDOrErr; in processRelocationRef()
1246 return SectionIDOrErr.takeError(); in processRelocationRef()

123