/llvm-project/llvm/unittests/MC/ |
H A D | DwarfLineTableHeaders.cpp | 152 Expected<StringRef> ContentsOrErr = Section.getContents(); verifyDebugLineContents() local 172 Expected<StringRef> ContentsOrErr = Section.getContents(); verifyDebugLineStrContents() local
|
/llvm-project/bolt/tools/bat-dump/ |
H A D | bat-dump.cpp | 105 Expected<StringRef> ContentsOrErr = Section.getContents(); in dumpBATFor() local
|
/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 442 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 D | Assembler.cpp | 438 if (!ContentsOrErr) in getBenchmarkFunctionBytes() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 104 Expected<StringRef> ContentsOrErr = Section.getContents(); in isCodeViewDebugSubsection() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 466 if (Expected<StringRef> ContentsOrErr = Section.getContents()) { in generateDsymCompanion() local
|
H A D | DwarfLinkerForBinary.cpp | 878 Expected<StringRef> ContentsOrErr = Section.getContents(); in findValidRelocsMachO() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 1038 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 D | BinarySection.h | 119 Expected<StringRef> ContentsOrErr = Section.getContents(); getContentsOrQuit() local
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 327 Expected<StringRef> ContentsOrErr = Section.getContents(); getGNUDebuglinkContents() local
|
/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 580 Expected<StringRef> ContentsOrErr = Section.getContents(); in handleSection() local
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3330 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 D | DumpOutputStyle.cpp | 1283 Expected<StringRef> ContentsOrErr = S.getContents(); in dumpTypesFromObjectFile() local
|