Searched defs:getContents (Results 1 – 11 of 11) sorted by relevance
102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() function
106 llvm::StringRef getContents() const { in getContents() function
188 SmallVectorImpl<char> &getContents() { return Contents; } getContents() function 189 const SmallVectorImpl<char> &getContents() const { return Contents; } getContents() function 524 SmallString<8> &getContents() { return Contents; } getContents() function 525 const SmallString<8> &getContents() const { return Contents; } getContents() function
320 StringRef getContents() const { return Entry.getOriginalContents(); } in getContents() function
42 ArrayRef<uint8_t> getContents() const { in getContents() function
533 inline Expected<StringRef> SectionRef::getContents() const { in getContents() function
221 StringRef getContents() override { in getContents() function
302 StringRef getContents() const { return Contents; } getContents() function
703 ArrayRef<uint8_t> SectionChunk::getContents() const { getContents() function in lld::coff::SectionChunk
599 ArrayRef<uint8_t> getContents() const { return Contents; } getContents() function
1907 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { getContents() function in ResourceSectionRef