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

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXString.h102 static inline StringRef getContents(const CXUnsavedFile &UF) { function in namespace:clang
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h63 llvm::ErrorOr<StringRef> getContents() const { function in class:clang::tooling::dependencies::CachedFileSystemEntry
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h101 llvm::StringRef getContents() const { function in class:clang::PrecompiledPreamble
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.h43 ArrayRef<uint8_t> getContents() const { function in struct:llvm::objcopy::coff::Section
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h459 inline Expected<StringRef> SectionRef::getContents() const { function in class:llvm::object::SectionRef
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h197 SmallVectorImpl<char> &getContents() { return Contents; } function in class:llvm::MCEncodedFragmentWithContents
198 const SmallVectorImpl<char> &getContents() const { return Contents; } function in class:llvm::MCEncodedFragmentWithContents
434 SmallString<8> &getContents() { return Contents; } function in class:llvm::MCLEBFragment
435 const SmallString<8> &getContents() const { return Contents; } function in class:llvm::MCLEBFragment
527 SmallString<8> &getContents() { return Contents; } function in class:llvm::MCCVInlineLineTableFragment
528 const SmallString<8> &getContents() const { return Contents; } function in class:llvm::MCCVInlineLineTableFragment
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h784 ASTNode * getContents() { return m_contents; } function in class:elftosb::DataSectionContentsASTNode
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1801 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { function in class:ResourceSectionRef
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h477 ArrayRef<uint8_t> getContents() const { return Contents; } function in class:llvm::objcopy::elf::Segment

Completed in 217 milliseconds