Home
last modified time | relevance | path

Searched defs:getContents (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h106 llvm::StringRef getContents() const { in getContents() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h188 SmallVectorImpl<char> &getContents() { return Contents; } in getContents() function
189 const SmallVectorImpl<char> &getContents() const { return Contents; } in getContents() function
524 SmallString<8> &getContents() { return Contents; } in getContents() function
525 const SmallString<8> &getContents() const { return Contents; } in getContents() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h42 ArrayRef<uint8_t> getContents() const { in getContents() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h320 StringRef getContents() const { return Entry.getOriginalContents(); } in getContents() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h533 inline Expected<StringRef> SectionRef::getContents() const { in getContents() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h221 StringRef getContents() override { in getContents() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp703 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents() function in lld::coff::SectionChunk
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h599 ArrayRef<uint8_t> getContents() const { return Contents; } in getContents() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1907 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { in getContents() function in ResourceSectionRef
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp11985 std::string TempFile::getContents() { in getContents() function in Catch::TempFile