Searched refs:getContents (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h100 Expected<StringRef> getContents() const;
457 inline Expected<StringRef> SectionRef::getContents() const { function in class:llvm::object::SectionRef
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp243 llvm::ErrorOr<StringRef> Contents = Entry->getContents();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp56 Expected<StringRef> E = Section->getContents();
H A DSymbolize.cpp257 Expected<StringRef> ContentsOrErr = Section.getContents();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp265 if (Expected<StringRef> E = (*unwrap(SI))->getContents())
H A DELFObjectFile.cpp487 Expected<StringRef> PltContents = Plt->getContents();
H A DCOFFObjectFile.cpp1744 Expected<StringRef> Contents = Section.getContents();
1761 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { function in class:ResourceSectionRef
1835 Expected<StringRef> Contents = S.getContents();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp89 if (Expected<StringRef> E = I->getContents())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp616 EMS->Offset = DF->getContents().size();
1231 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr,
1324 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp406 Expected<StringRef> DataOrErr = Section.getContents();
918 auto CoverageMappingOrErr = CoverageSectionRefs.back().getContents();
939 auto CoverageRecordsOrErr = Section.getContents();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp344 if (Expected<StringRef> E = Section.getContents())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp77 Expected<StringRef> ContentsOrErr = Section.getContents();
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp547 if (leaderChunk->getContents() != newChunk.getContents())
H A DPDB.cpp633 ArrayRef<uint8_t> contents = secChunk->getContents();
1504 SectionChunk::consumeDebugMagic(dbgC->getContents(), ".debug$S");
1526 size_t offsetInDbgC = bytes.data() - dbgC->getContents().data();
H A DChunks.h204 ArrayRef<uint8_t> getContents() const;
H A DDebugTypes.cpp183 ArrayRef<uint8_t> contents = sec->getContents();
H A DWriter.cpp1459 ArrayRef<uint8_t> secContents = sc->getContents();
1671 ArrayRef<uint8_t> data = c->getContents();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp510 Section.getContents()));
683 unwrapOrError(Obj->getFileName(), StackMapSection.getContents());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp635 const SmallVectorImpl<char> &Contents = LEB->getContents();
639 const SmallVectorImpl<char> &Contents = DataFrag.getContents();
1664 const SmallVectorImpl<char> &Contents = DataFrag.getContents();
H A DWinCOFFObjectWriter.cpp1097 raw_svector_ostream OS(Frag->getContents());
1116 raw_svector_ostream OS(Frag->getContents());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp306 ArrayRef<uint8_t> Contents = S.getContents();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp58 RF.getContents() = Code;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java937 p.getContents().split("[/{;]", 2)[0];
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp207 StringRef SecContents = unwrapOrError(Sec.getContents());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1750 unwrapOrError(Section.getContents(), Obj->getFileName()));
2319 StringRef Contents = unwrapOrError(Section.getContents(), Obj->getFileName());
2560 ClangASTSection.getValue().getContents(), Obj->getFileName());
2601 unwrapOrError(FaultMapSection.getValue().getContents(), Obj->getFileName());

Completed in 162 milliseconds

123