Home
last modified time | relevance | path

Searched defs:ContentsOrErr (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp152 Expected<StringRef> ContentsOrErr = Section.getContents(); verifyDebugLineContents() local
172 Expected<StringRef> ContentsOrErr = Section.getContents(); verifyDebugLineStrContents() local
/llvm-project/bolt/tools/bat-dump/
H A Dbat-dump.cpp105 Expected<StringRef> ContentsOrErr = Section.getContents(); in dumpBATFor() local
/llvm-project/llvm/lib/Object/
H A DELF.cpp442 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); crels() local
453 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); android_relas() local
767 Expected<ArrayRef<uint8_t>> ContentsOrErr = EF.getSectionContents(Sec); decodeBBAddrMapImpl() local
[all...]
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp438 if (!ContentsOrErr) in getBenchmarkFunctionBytes() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp104 Expected<StringRef> ContentsOrErr = Section.getContents(); in isCodeViewDebugSubsection() local
/llvm-project/llvm/tools/dsymutil/
H A DMachOUtils.cpp466 if (Expected<StringRef> ContentsOrErr = Section.getContents()) { in generateDsymCompanion() local
H A DDwarfLinkerForBinary.cpp878 Expected<StringRef> ContentsOrErr = Section.getContents(); in findValidRelocsMachO() local
/llvm-project/llvm/include/llvm/Object/
H A DELF.h1038 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); getVersionDefinitions() local
1131 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); getVersionDependencies() local
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h119 Expected<StringRef> ContentsOrErr = Section.getContents(); getContentsOrQuit() local
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp327 Expected<StringRef> ContentsOrErr = Section.getContents(); getGNUDebuglinkContents() local
/llvm-project/llvm/lib/DWP/
H A DDWP.cpp580 Expected<StringRef> ContentsOrErr = Section.getContents(); in handleSection() local
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3330 Expected<ArrayRef<uint8_t>> ContentsOrErr = printMipsReginfo() local
3740 if (Expected<ArrayRef<Elf_Word>> ContentsOrErr = getGroups() local
3915 Expected<ArrayRef<uint8_t>> ContentsOrErr = printRelocations() local
5204 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); decodeAddrsigSection() local
6400 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Shdr); printDependentLibsHelper() local
8092 Expected<ArrayRef<uint8_t>> ContentsOrErr = printELFLinkerOptions() local
[all...]
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1283 Expected<StringRef> ContentsOrErr = S.getContents(); in dumpTypesFromObjectFile() local