Searched refs:LLVMParseBitcode (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm-c/ |
D | BitReader.h | 40 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | BitReader.h | 39 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
|
/external/llvm/tools/llvm-c-test/ |
D | module.c | 50 Ret = LLVMParseBitcode(MB, &M, &msg); in llvm_load_module()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 24 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode() function
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 26 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode() function
|
/external/llvm/docs/ |
D | ReleaseNotes.rst | 45 * .. note about C API functions LLVMParseBitcode,
|