/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 80 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/ |
D | BitReader.cpp | 80 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/ |
D | BitReader.cpp | 93 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/ |
D | BitReader.h | 62 LLVMModuleRef *OutM, char **OutMessage); 68 LLVMModuleRef *OutM); 71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, 74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
|
D | IRReader.h | 32 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
/external/llvm-project/llvm/include/llvm-c/ |
D | BitReader.h | 62 LLVMModuleRef *OutM, char **OutMessage); 68 LLVMModuleRef *OutM); 71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, 74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
|
D | IRReader.h | 32 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
/external/llvm/include/llvm-c/ |
D | BitReader.h | 63 LLVMModuleRef *OutM, char **OutMessage); 69 LLVMModuleRef *OutM); 72 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, 75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
|
D | IRReader.h | 33 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
/external/llvm/lib/IRReader/ |
D | IRReader.cpp | 103 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/ |
D | IRReader.cpp | 116 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument 121 *OutM = in LLVMParseIRInContext() 124 if(!*OutM) { in LLVMParseIRInContext()
|
/external/llvm-project/llvm/lib/IRReader/ |
D | IRReader.cpp | 111 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument 116 *OutM = in LLVMParseIRInContext() 119 if(!*OutM) { in LLVMParseIRInContext()
|