Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp397 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); android_relas() local
696 Expected<ArrayRef<uint8_t>> ContentsOrErr = EF.getSectionContents(Sec); decodeBBAddrMapImpl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h990 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); getVersionDefinitions() local
1083 Expected<ArrayRef<uint8_t>> ContentsOrErr = getSectionContents(Sec); getVersionDependencies() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp104 Expected<StringRef> ContentsOrErr = Section.getContents(); in isCodeViewDebugSubsection() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp327 Expected<StringRef> ContentsOrErr = Section.getContents(); in getGNUDebuglinkContents() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp556 Expected<StringRef> ContentsOrErr = Section.getContents(); handleSection() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3749 ": " + toString(ContentsOrErr in getGroups() local
3354 Expected<ArrayRef<uint8_t>> ContentsOrErr = printMipsReginfo() local
5096 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); decodeAddrsigSection() local
6258 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Shdr); printDependentLibsHelper() local
7851 Expected<ArrayRef<uint8_t>> ContentsOrErr = printELFLinkerOptions() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1284 if (!ContentsOrErr) in dumpTypesFromObjectFile() local