Home
last modified time | relevance | path

Searched refs:StreamingMemoryObject (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DStreamingMemoryObject.cpp72 bool StreamingMemoryObject::isValidAddress(uint64_t address) const { in isValidAddress()
78 uint64_t StreamingMemoryObject::getExtent() const { in getExtent()
88 uint64_t StreamingMemoryObject::readBytes(uint8_t *Buf, uint64_t Size, in readBytes()
108 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, in getPointer()
114 bool StreamingMemoryObject::dropLeadingBytes(size_t s) { in dropLeadingBytes()
122 void StreamingMemoryObject::setKnownObjectSize(size_t size) { in setKnownObjectSize()
134 StreamingMemoryObject::StreamingMemoryObject( in StreamingMemoryObject() function in llvm::StreamingMemoryObject
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
DStreamingMemoryObject.h25 class StreamingMemoryObject : public MemoryObject {
27 StreamingMemoryObject(std::unique_ptr<DataStreamer> Streamer);
79 StreamingMemoryObject(const StreamingMemoryObject &) = delete;
80 void operator=(const StreamingMemoryObject &) = delete;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DStreamingMemoryObject.h25 class StreamingMemoryObject : public MemoryObject {
27 StreamingMemoryObject(std::unique_ptr<DataStreamer> Streamer);
79 StreamingMemoryObject(const StreamingMemoryObject&) = delete;
80 void operator=(const StreamingMemoryObject&) = delete;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClReaderWriter.h31 class StreamingMemoryObject; variable
79 const std::string &name, StreamingMemoryObject *streamer,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompiler.cpp90 std::unique_ptr<llvm::StreamingMemoryObject> MemObj( in run()
93 std::unique_ptr<llvm::StreamingMemoryObject> MemObj( in run()
94 new llvm::StreamingMemoryObject(std::move(InputStream))); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCMakeLists.txt145 "include/llvm/Support/StreamingMemoryObject.h"