Searched defs:MemBuf (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 24 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/ |
D | IRReader.cpp | 116 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Object.cpp | 64 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/ |
D | MCJIT.cpp | 128 std::unique_ptr<MemoryBuffer> MemBuf; in addObjectFile() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 899 MemoryBuffer &MemBuf = *MemBufOrErr.get(); in ExpandResponseFile() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 1064 MemoryBuffer &MemBuf = *MemBufOrErr.get(); in ExpandResponseFile() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 4049 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/ |
D | PNaClTranslator.cpp | 3264 MemoryBuffer *MemBuf) { in translateBuffer()
|