Home
last modified time | relevance | path

Searched defs:SecOrErr (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/devel/llvm10/llvm-10.0.1.src/tools/obj2yaml/
H A Delf2yaml.cpp241 Expected<ELFYAML::SymtabShndxSection *> SecOrErr = in dump() local
257 Expected<ELFYAML::RelrSection *> SecOrErr = dumpRelrSection(&Sec); in dump() local
271 Expected<ELFYAML::MipsABIFlags *> SecOrErr = dumpMipsABIFlags(&Sec); in dump() local
278 Expected<ELFYAML::NoBitsSection *> SecOrErr = dumpNoBitsSection(&Sec); in dump() local
285 Expected<ELFYAML::NoteSection *> SecOrErr = dumpNoteSection(&Sec); in dump() local
292 Expected<ELFYAML::HashSection *> SecOrErr = dumpHashSection(&Sec); in dump() local
306 Expected<ELFYAML::VerdefSection *> SecOrErr = dumpVerdefSection(&Sec); in dump() local
313 Expected<ELFYAML::SymverSection *> SecOrErr = dumpSymverSection(&Sec); in dump() local
334 Expected<ELFYAML::LinkerOptionsSection *> SecOrErr = in dump() local
342 Expected<ELFYAML::DependentLibrariesSection *> SecOrErr = in dump() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp241 Expected<ELFYAML::SymtabShndxSection *> SecOrErr = in dump() local
257 Expected<ELFYAML::RelrSection *> SecOrErr = dumpRelrSection(&Sec); in dump() local
271 Expected<ELFYAML::MipsABIFlags *> SecOrErr = dumpMipsABIFlags(&Sec); in dump() local
278 Expected<ELFYAML::NoBitsSection *> SecOrErr = dumpNoBitsSection(&Sec); in dump() local
285 Expected<ELFYAML::NoteSection *> SecOrErr = dumpNoteSection(&Sec); in dump() local
292 Expected<ELFYAML::HashSection *> SecOrErr = dumpHashSection(&Sec); in dump() local
306 Expected<ELFYAML::VerdefSection *> SecOrErr = dumpVerdefSection(&Sec); in dump() local
313 Expected<ELFYAML::SymverSection *> SecOrErr = dumpSymverSection(&Sec); in dump() local
334 Expected<ELFYAML::LinkerOptionsSection *> SecOrErr = in dump() local
342 Expected<ELFYAML::DependentLibrariesSection *> SecOrErr = in dump() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/obj2yaml/
H A Delf2yaml.cpp173 Expected<ELFYAML::DynamicSection *> SecOrErr = dumpDynamicSection(&Sec); in dump() local
194 Expected<ELFYAML::RelocationSection *> SecOrErr = dumpRelocSection(&Sec); in dump() local
208 Expected<ELFYAML::MipsABIFlags *> SecOrErr = dumpMipsABIFlags(&Sec); in dump() local
215 Expected<ELFYAML::NoBitsSection *> SecOrErr = dumpNoBitsSection(&Sec); in dump() local
222 Expected<ELFYAML::VerdefSection *> SecOrErr = dumpVerdefSection(&Sec); in dump() local
229 Expected<ELFYAML::SymverSection *> SecOrErr = dumpSymverSection(&Sec); in dump() local
236 Expected<ELFYAML::VerneedSection *> SecOrErr = dumpVerneedSection(&Sec); in dump() local
243 Expected<ELFYAML::RawContentSection *> SecOrErr = in dump() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp144 auto SecOrErr = Sym.getSection(); in notifyObjectLoaded() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp144 auto SecOrErr = Sym.getSection(); in notifyObjectLoaded() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp144 auto SecOrErr = Sym.getSection(); in notifyObjectLoaded() local
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp144 auto SecOrErr = Sym.getSection(); in notifyObjectLoaded() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp144 auto SecOrErr = Sym.getSection(); in notifyObjectLoaded() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp144 auto SecOrErr = Sym.getSection(); in notifyObjectLoaded() local
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp144 auto SecOrErr = Sym.getSection(); in notifyObjectLoaded() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objdump/
H A DELFDump.cpp61 auto SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objdump/
H A DELFDump.cpp61 auto SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objdump/
H A DELFDump.cpp61 auto SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-objdump/
H A DELFDump.cpp58 auto SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString() local

12345678