Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
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/
DCXString.h102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() function
/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DPrecompiledPreamble.h101 llvm::StringRef getContents() const { in getContents() function
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
DDependencyScanningFilesystem.h264 StringRef getContents() const { return Entry.getOriginalContents(); } in getContents() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DObjectFile.h476 inline Expected<StringRef> SectionRef::getContents() const { in getContents() function
/openbsd/src/gnu/llvm/lld/COFF/
DChunks.cpp683 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents() function in lld::coff::SectionChunk
/openbsd/src/gnu/llvm/llvm/lib/Object/
DCOFFObjectFile.cpp1871 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { in getContents() function in ResourceSectionRef