Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Frontend/
HDPrecompiledPreamble.h106 llvm::StringRef getContents() const { in getContents() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCFragment.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-head/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
HDDependencyScanningFilesystem.h320 StringRef getContents() const { return Entry.getOriginalContents(); } in getContents() function
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObject.h42 ArrayRef<uint8_t> getContents() const { in getContents() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h533 inline Expected<StringRef> SectionRef::getContents() const { in getContents() function
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDOutputSections.h221 StringRef getContents() override { in getContents() function
/freebsd-head/contrib/llvm-project/lld/COFF/
HDChunks.cpp703 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents() function in lld::coff::SectionChunk
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.h599 ArrayRef<uint8_t> getContents() const { return Contents; } in getContents() function
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp1907 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { in getContents() function in ResourceSectionRef
/freebsd-head/contrib/bsnmp/tests/
HDcatch.hpp11985 std::string TempFile::getContents() { in getContents() function in Catch::TempFile