Home
last modified time | relevance | path

Searched defs:MemBuf (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp24 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode()
30 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode2()
36 LLVMMemoryBufferRef MemBuf, in LLVMParseBitcodeInContext()
59 LLVMMemoryBufferRef MemBuf, in LLVMParseBitcodeInContext2()
79 LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModuleInContext()
106 LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModuleInContext2()
124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule()
130 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2()
/third_party/mindspore/mindspore/lite/src/runtime/
Dinner_allocator.h54 struct MemBuf { struct
63 std::unordered_map<void *, MemBuf *> allocatedList_; argument
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_allocator.h102 struct MemBuf { struct
114 std::unordered_map<void *, MemBuf *> allocated_list_; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/
DIRReader.cpp116 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp64 LLVMBinaryRef LLVMCreateBinary(LLVMMemoryBufferRef MemBuf, in LLVMCreateBinary()
178 LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf) { in LLVMCreateObjectFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp128 std::unique_ptr<MemoryBuffer> MemBuf; in addObjectFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp899 MemoryBuffer &MemBuf = *MemBufOrErr.get(); in ExpandResponseFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1064 MemoryBuffer &MemBuf = *MemBufOrErr.get(); in ExpandResponseFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp4049 const char *LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf) { in LLVMGetBufferStart()
4053 size_t LLVMGetBufferSize(LLVMMemoryBufferRef MemBuf) { in LLVMGetBufferSize()
4057 void LLVMDisposeMemoryBuffer(LLVMMemoryBufferRef MemBuf) { in LLVMDisposeMemoryBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp3264 MemoryBuffer *MemBuf) { in translateBuffer()