Searched refs:OutM (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 51 LLVMModuleRef *OutM, in LLVMGetBitcodeModuleInContext() argument 58 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext() 64 *OutM = wrap(ModuleOrErr.get()); in LLVMGetBitcodeModuleInContext() 70 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument 72 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
|
/external/llvm/include/llvm-c/ |
D | BitReader.h | 50 LLVMModuleRef *OutM, 53 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
D | IRReader.h | 33 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
/external/llvm/lib/IRReader/ |
D | IRReader.cpp | 105 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument 110 *OutM = wrap(ParseIR(MB.get(), Diag, *unwrap(ContextRef))); in LLVMParseIRInContext() 112 if(!*OutM) { in LLVMParseIRInContext()
|