Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp93 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext() argument
109 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext()
115 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext()
122 LLVMModuleRef *OutM) { in LLVMGetBitcodeModuleInContext2() argument
131 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2()
135 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2()
139 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument
141 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
146 LLVMModuleRef *OutM) { in LLVMGetBitcodeModule2() argument
147 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
/external/swiftshader/third_party/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.h63 LLVMModuleRef *OutM, char **OutMessage);
69 LLVMModuleRef *OutM);
72 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
DIRReader.h33 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/external/swiftshader/third_party/LLVM/include/llvm-c/
DBitReader.h44 LLVMModuleRef *OutM,
47 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/external/llvm/lib/IRReader/
DIRReader.cpp103 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument
108 *OutM = in LLVMParseIRInContext()
111 if(!*OutM) { in LLVMParseIRInContext()