Searched defs:getContents (Results 1 – 9 of 9) sorted by relevance
196 SmallVectorImpl<char> &getContents() { return Contents; } in getContents() function197 const SmallVectorImpl<char> &getContents() const { return Contents; } in getContents() function446 SmallString<8> &getContents() { return Contents; } in getContents() function447 const SmallString<8> &getContents() const { return Contents; } in getContents() function539 SmallString<8> &getContents() { return Contents; } in getContents() function540 const SmallString<8> &getContents() const { return Contents; } in getContents() function
102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() function
101 llvm::StringRef getContents() const { in getContents() function
264 StringRef getContents() const { return Entry.getOriginalContents(); } in getContents() function
42 ArrayRef<uint8_t> getContents() const { in getContents() function
476 inline Expected<StringRef> SectionRef::getContents() const { in getContents() function
683 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents() function in lld::coff::SectionChunk
478 ArrayRef<uint8_t> getContents() const { return Contents; } in getContents() function
1871 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { in getContents() function in ResourceSectionRef