Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h106 llvm::StringRef getContents() const { in getContents() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h197 SmallVectorImpl<char> &getContents() { return Contents; } getContents() function
198 const SmallVectorImpl<char> &getContents() const { return Contents; } getContents() function
541 SmallString<8> &getContents() { return Contents; } getContents() function
542 const SmallString<8> &getContents() const { return Contents; } getContents() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h266 StringRef getContents() const { return Entry.getOriginalContents(); } getContents() function
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h42 ArrayRef<uint8_t> getContents() const { in getContents() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h532 inline Expected<StringRef> SectionRef::getContents() const { getContents() function
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h221 StringRef getContents() override { in getContents() function
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DChunks.cpp701 ArrayRef<uint8_t> SectionChunk::getContents() const { getContents() function in lld::coff::SectionChunk
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h483 ArrayRef<uint8_t> getContents() const { return Contents; } getContents() function
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1923 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { getContents() function in ResourceSectionRef
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp11985 std::string TempFile::getContents() { in getContents() function in Catch::TempFile