Searched defs:getContents (Results 1 – 10 of 10) sorted by relevance
106 llvm::StringRef getContents() const { in getContents() function
188 SmallVectorImpl<char> &getContents() { return Contents; } in getContents() function189 const SmallVectorImpl<char> &getContents() const { return Contents; } in getContents() function524 SmallString<8> &getContents() { return Contents; } in getContents() function525 const SmallString<8> &getContents() const { return Contents; } in getContents() function
42 ArrayRef<uint8_t> getContents() const { in getContents() function
320 StringRef getContents() const { return Entry.getOriginalContents(); } in getContents() function
533 inline Expected<StringRef> SectionRef::getContents() const { in getContents() function
221 StringRef getContents() override { in getContents() function
703 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents() function in lld::coff::SectionChunk
599 ArrayRef<uint8_t> getContents() const { return Contents; } in getContents() function
1907 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { in getContents() function in ResourceSectionRef
11985 std::string TempFile::getContents() { in getContents() function in Catch::TempFile