Searched refs:OutM (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 62 LLVMModuleRef *OutM, in LLVMGetBitcodeModuleInContext() argument 72 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext() 78 *OutM = wrap(ModuleOrErr.get()); in LLVMGetBitcodeModuleInContext() 84 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument 86 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 | 100 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument 105 *OutM = in LLVMParseIRInContext() 108 if(!*OutM) { in LLVMParseIRInContext()
|