Searched defs:getContents (Results 1 – 10 of 10) sorted by relevance
106 llvm::StringRef getContents() const { in getContents() function
552 virtual ArrayRef<uint8_t> getContents() const { return {}; } in getContents() function600 ArrayRef<uint8_t> getContents() const { return Contents; } in getContents() function623 ArrayRef<uint8_t> getContents() const override { return Contents; } in getContents() function660 ArrayRef<uint8_t> getContents() const override { return Data; } in getContents() function
42 ArrayRef<uint8_t> getContents() const { in getContents() function
350 StringRef getContents() const { return Entry.getOriginalContents(); } in getContents() function
534 inline Expected<StringRef> SectionRef::getContents() const { in getContents() function
226 StringRef getContents() override { in getContents() function
389 MutableArrayRef<char> getContents() { in getContents() function393 ArrayRef<char> getContents() const { in getContents() function
1986 void DynamicRelocRef::getContents(ArrayRef<uint8_t> &Ref) const { in getContents() function in DynamicRelocRef2318 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { in getContents() function in ResourceSectionRef
730 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents() function in lld::coff::SectionChunk
11985 std::string TempFile::getContents() { in getContents() function in Catch::TempFile