Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp819 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpStackSizesSection() local
852 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpBBAddrMapSection() local
896 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpAddrsigSection() local
937 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpLinkerOptionsSection() local
968 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpDependentLibrariesSection() local
995 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpCallGraphProfileSection() local
1119 Expected<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(*Shdr); in dumpRelrSection() local
1135 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpContentSection() local
1185 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpNoteSection() local
1221 auto ContentOrErr = Obj.getSectionContents(*Shdr); in dumpHashSection() local
[all …]
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp334 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection() local
408 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpMipsABIFlags() local
/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp484 Expected<StringRef> ContentOrErr = CurrentSection->getContents(); in ReadBundle() local
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2900 if (Expected<ArrayRef<uint8_t>> ContentOrErr = in printAttributes() local
3432 Expected<ArrayRef<uint8_t>> ContentOrErr = in printStackMap() local