Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp80 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext() argument
96 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext()
100 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext()
107 LLVMModuleRef *OutM) { in LLVMGetBitcodeModuleInContext2() argument
116 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2()
120 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2()
124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument
126 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
131 LLVMModuleRef *OutM) { in LLVMGetBitcodeModule2() argument
132 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitReader.cpp80 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext() argument
96 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext()
100 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext()
107 LLVMModuleRef *OutM) { in LLVMGetBitcodeModuleInContext2() argument
116 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2()
120 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2()
124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument
126 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
131 LLVMModuleRef *OutM) { in LLVMGetBitcodeModule2() argument
132 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
/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-10.0/llvm/include/llvm-c/
DBitReader.h62 LLVMModuleRef *OutM, char **OutMessage);
68 LLVMModuleRef *OutM);
71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
DIRReader.h32 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/external/llvm-project/llvm/include/llvm-c/
DBitReader.h62 LLVMModuleRef *OutM, char **OutMessage);
68 LLVMModuleRef *OutM);
71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
DIRReader.h32 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/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/llvm/lib/IRReader/
DIRReader.cpp103 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument
108 *OutM = in LLVMParseIRInContext()
111 if(!*OutM) { in LLVMParseIRInContext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/
DIRReader.cpp116 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument
121 *OutM = in LLVMParseIRInContext()
124 if(!*OutM) { in LLVMParseIRInContext()
/external/llvm-project/llvm/lib/IRReader/
DIRReader.cpp111 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument
116 *OutM = in LLVMParseIRInContext()
119 if(!*OutM) { in LLVMParseIRInContext()