Home
last modified time | relevance | path

Searched refs:OutM (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp50 LLVMModuleRef *OutM, in LLVMGetBitcodeModuleInContext() argument
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
56 if (!*OutM) { in LLVMGetBitcodeModuleInContext()
66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument
68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
/external/llvm/include/llvm-c/
DBitReader.h50 LLVMModuleRef *OutM,
53 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,