Searched defs:getContents (Results 1 – 9 of 9) sorted by relevance
102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() function
197 SmallVectorImpl<char> &getContents() { return Contents; } in getContents() function198 const SmallVectorImpl<char> &getContents() const { return Contents; } in getContents() function434 SmallString<8> &getContents() { return Contents; } in getContents() function435 const SmallString<8> &getContents() const { return Contents; } in getContents() function527 SmallString<8> &getContents() { return Contents; } in getContents() function528 const SmallString<8> &getContents() const { return Contents; } in getContents() function
101 llvm::StringRef getContents() const { in getContents() function
63 llvm::ErrorOr<StringRef> getContents() const { in getContents() function
43 ArrayRef<uint8_t> getContents() const { in getContents() function
459 inline Expected<StringRef> SectionRef::getContents() const { in getContents() function
477 ArrayRef<uint8_t> getContents() const { return Contents; } in getContents() function
784 ASTNode * getContents() { return m_contents; } in getContents() function
1801 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { in getContents() function in ResourceSectionRef