Home
last modified time | relevance | path

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

/llvm-project/clang/tools/libclang/
H A DCXString.h102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() function
/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h106 llvm::StringRef getContents() const { in getContents() function
/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h188 SmallVectorImpl<char> &getContents() { return Contents; } getContents() function
189 const SmallVectorImpl<char> &getContents() const { return Contents; } getContents() function
524 SmallString<8> &getContents() { return Contents; } getContents() function
525 const SmallString<8> &getContents() const { return Contents; } getContents() function
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h320 StringRef getContents() const { return Entry.getOriginalContents(); } in getContents() function
/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h42 ArrayRef<uint8_t> getContents() const { in getContents() function
/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h533 inline Expected<StringRef> SectionRef::getContents() const { in getContents() function
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h221 StringRef getContents() override { in getContents() function
/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h302 StringRef getContents() const { return Contents; } getContents() function
/llvm-project/lld/COFF/
H A DChunks.cpp703 ArrayRef<uint8_t> SectionChunk::getContents() const { getContents() function in lld::coff::SectionChunk
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h599 ArrayRef<uint8_t> getContents() const { return Contents; } getContents() function
/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1907 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { getContents() function in ResourceSectionRef