Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCFragment.h196 SmallVectorImpl<char> &getContents() { return Contents; } in getContents() function
197 const SmallVectorImpl<char> &getContents() const { return Contents; } in getContents() function
446 SmallString<8> &getContents() { return Contents; } in getContents() function
447 const SmallString<8> &getContents() const { return Contents; } in getContents() function
539 SmallString<8> &getContents() { return Contents; } in getContents() function
540 const SmallString<8> &getContents() const { return Contents; } in getContents() function
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXString.h102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() function
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h101 llvm::StringRef getContents() const { in getContents() function
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h264 StringRef getContents() const { return Entry.getOriginalContents(); } in getContents() function
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h42 ArrayRef<uint8_t> getContents() const { in getContents() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h476 inline Expected<StringRef> SectionRef::getContents() const { in getContents() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.cpp683 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents() function in lld::coff::SectionChunk
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h478 ArrayRef<uint8_t> getContents() const { return Contents; } in getContents() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1871 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { in getContents() function in ResourceSectionRef