Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp849 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpStackSizesSection() local
882 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpBBAddrMapSection() local
939 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpAddrsigSection() local
980 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpLinkerOptionsSection() local
1011 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpDependentLibrariesSection() local
1038 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpCallGraphProfileSection() local
1152 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpRelrSection() local
1168 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpContentSection() local
1218 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpNoteSection() local
1254 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpHashSection() local
[all …]
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp588 Expected<StringRef> ContentOrErr = CurrentSection->getContents(); in ReadBundle() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2694 if (Expected<ArrayRef<uint8_t>> ContentOrErr = in printAttributes() local
3220 Expected<ArrayRef<uint8_t>> ContentOrErr = in printStackMap() local