|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Object/ObjectFile.h 101 Expected<StringRef> getContents() const;
References
lib/DebugInfo/DWARF/DWARFContext.cpp 1544 Expected<StringRef> E = Section.getContents();
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp 62 Expected<StringRef> E = Section->getContents();
lib/DebugInfo/Symbolize/Symbolize.cpp 256 Expected<StringRef> ContentsOrErr = Section.getContents();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp 815 if (Expected<StringRef> E = Section.getContents())
lib/Object/COFFObjectFile.cpp 1764 Expected<StringRef> Contents = Section.getContents();
1854 Expected<StringRef> Contents = S.getContents();
lib/Object/ELFObjectFile.cpp 426 Expected<StringRef> PltContents = Plt->getContents();
lib/Object/IRObjectFile.cpp 77 Expected<StringRef> Contents = Sec.getContents();
lib/Object/Object.cpp 265 if (Expected<StringRef> E = (*unwrap(SI))->getContents())
lib/ProfileData/Coverage/CoverageMappingReader.cpp 351 Expected<StringRef> DataOrErr = Section.getContents();
719 auto CoverageMappingOrErr = CoverageSection->getContents();
lib/XRay/InstrumentationMap.cpp 82 if (Expected<StringRef> E = I->getContents())
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp 344 if (Expected<StringRef> E = Section.getContents())
tools/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp 435 Expected<StringRef> Content = CurrentSection->getContents();
tools/dsymutil/DwarfLinker.cpp 439 Expected<StringRef> ContentsOrErr = Section.getContents();
tools/dsymutil/DwarfStreamer.cpp 686 if (Expected<StringRef> E = Sec->getContents())
tools/llvm-cfi-verify/lib/FileAnalysis.cpp 460 Expected<StringRef> Contents = Section.getContents();
tools/llvm-cov/TestingSupport.cpp 78 if (Expected<StringRef> E = CoverageMapping.getContents())
84 if (Expected<StringRef> E = ProfileNames.getContents())
tools/llvm-cxxdump/llvm-cxxdump.cpp 207 StringRef SecContents = unwrapOrError(Sec.getContents());
tools/llvm-dwp/llvm-dwp.cpp 414 Expected<StringRef> ContentsOrErr = Section.getContents();
tools/llvm-objdump/MachODump.cpp 1553 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName());
1774 unwrapOrError(Section.getContents(), O->getFileName());
1864 unwrapOrError(Section.getContents(), O->getFileName());
3308 ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName());
4121 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName());
4170 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName());
7445 unwrapOrError(Sections[SectIdx].getContents(), Filename);
7895 unwrapOrError(CompactUnwind.getContents(), Obj->getFileName());
8037 unwrapOrError(UnwindInfo.getContents(), Obj->getFileName());
tools/llvm-objdump/llvm-objdump.cpp 1265 unwrapOrError(Section.getContents(), Obj->getFileName()));
1769 StringRef Contents = unwrapOrError(Section.getContents(), Obj->getFileName());
1962 ClangASTSection.getValue().getContents(), Obj->getFileName());
2003 unwrapOrError(FaultMapSection.getValue().getContents(), Obj->getFileName());
tools/llvm-pdbutil/DumpOutputStyle.cpp 1386 Expected<StringRef> ContentsOrErr = S.getContents();
tools/llvm-pdbutil/InputFile.cpp 77 Expected<StringRef> ContentsOrErr = Section.getContents();
tools/llvm-readobj/COFFDumper.cpp 945 unwrapOrError(Obj->getFileName(), Section.getContents());
1255 StringRef Data = unwrapOrError(Obj->getFileName(), S.getContents());
1295 StringRef Data = unwrapOrError(Obj->getFileName(), Section.getContents());
1359 StringRef Data = unwrapOrError(Obj->getFileName(), Sec.getContents());
1726 unwrapOrError(Obj->getFileName(), Section.getContents());
1766 StringRef Ref = unwrapOrError(Obj->getFileName(), S.getContents());
1903 unwrapOrError(Obj->getFileName(), StackMapSection.getContents());
1934 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents());
tools/llvm-readobj/ELFDumper.cpp 4945 auto Contents = unwrapOrError(this->FileName, StackSizesSec.getContents());
tools/llvm-readobj/MachODumper.cpp 510 Section.getContents()));
683 unwrapOrError(Obj->getFileName(), StackMapSection.getContents());
tools/llvm-readobj/ObjDumper.cpp 97 unwrapOrError(Obj->getFileName(), Section.getContents());
132 unwrapOrError(Obj->getFileName(), Section.getContents());
tools/sancov/sancov.cpp 751 Expected<StringRef> BytesStr = Section.getContents();