Home
last modified time | relevance | path

Searched defs:ContentOrErr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp808 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpStackSizesSection() local
841 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpBBAddrMapSection() local
885 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpAddrsigSection() local
926 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpLinkerOptionsSection() local
957 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpDependentLibrariesSection() local
984 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpCallGraphProfileSection() local
1108 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpRelrSection() local
1124 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpContentSection() local
1174 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpNoteSection() local
1210 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpHashSection() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp542 Expected<StringRef> ContentOrErr = CurrentSection->getContents(); in ReadBundle() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2585 if (Expected<ArrayRef<uint8_t>> ContentOrErr = in printAttributes() local
3117 Expected<ArrayRef<uint8_t>> ContentOrErr = in printStackMap() local