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

123

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1801 size_t Size = std::min<size_t>(Seg.FileSize, Seg.getContents().size());
1802 std::memcpy(Buf.getBufferStart() + Seg.Offset, Seg.getContents().data(),
H A DObject.h472 ArrayRef<uint8_t> getContents() const { return Contents; } function in class:llvm::objcopy::elf::Segment
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp829 if (Expected<StringRef> E = Section.getContents())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp436 UNWRAP_OR_RETURN(Contents, RSR.getContents(DataEntry));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1213 Expected<StringRef> getContents(const coff_resource_data_entry &Entry);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1543 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName());
1767 unwrapOrError(Section.getContents(), O->getFileName());
1858 unwrapOrError(Section.getContents(), O->getFileName());
3304 ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName());
4121 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName());
4170 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName());
7439 unwrapOrError(Sections[SectIdx].getContents(), Filename);
7889 unwrapOrError(CompactUnwind.getContents(), Obj->getFileName());
8031 unwrapOrError(UnwindInfo.getContents(), Obj->getFileName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1675 Expected<StringRef> E = Section.getContents();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1385 Expected<StringRef> ContentsOrErr = S.getContents();
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp11862 std::string getContents();
11985 std::string TempFile::getContents() {
12016 m_stdoutDest += m_stdoutFile.getContents();
12017 m_stderrDest += m_stderrFile.getContents();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5893 auto Contents = unwrapOrError(this->FileName, StackSizesSec.getContents());

Completed in 238 milliseconds

123