Searched defs:getContents (Results 1 – 10 of 10) sorted by relevance
106 llvm::StringRef getContents() const { in getContents() function
197 SmallVectorImpl<char> &getContents() { return Contents; } getContents() function 198 const SmallVectorImpl<char> &getContents() const { return Contents; } getContents() function 541 SmallString<8> &getContents() { return Contents; } getContents() function 542 const SmallString<8> &getContents() const { return Contents; } getContents() function
266 StringRef getContents() const { return Entry.getOriginalContents(); } getContents() function
42 ArrayRef<uint8_t> getContents() const { in getContents() function
532 inline Expected<StringRef> SectionRef::getContents() const { getContents() function
221 StringRef getContents() override { in getContents() function
701 ArrayRef<uint8_t> SectionChunk::getContents() const { getContents() function in lld::coff::SectionChunk
483 ArrayRef<uint8_t> getContents() const { return Contents; } getContents() function
1923 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { getContents() function in ResourceSectionRef
11985 std::string TempFile::getContents() { in getContents() function in Catch::TempFile