/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 77 LLVMModuleRef M, 81 LLVMModuleRef M, 85 LLVMModuleRef M, 110 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M, 146 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M); 151 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, 152 LLVMModuleRef *OutMod, char **OutError); 157 LLVMModuleRef *OutMod, char **OutError);
|
D | BitReader.h | 39 LLVMModuleRef *OutModule, char **OutMessage); 43 LLVMModuleRef *OutModule, char **OutMessage); 50 LLVMModuleRef *OutM, 53 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
D | BitWriter.h | 38 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path); 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, 46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
|
D | Core.h | 80 typedef struct LLVMOpaqueModule *LLVMModuleRef; typedef 479 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID); 487 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, 496 void LLVMDisposeModule(LLVMModuleRef M); 503 const char *LLVMGetDataLayout(LLVMModuleRef M); 510 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple); 517 const char *LLVMGetTarget(LLVMModuleRef M); 524 void LLVMSetTarget(LLVMModuleRef M, const char *Triple); 531 void LLVMDumpModule(LLVMModuleRef M); 539 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, [all …]
|
D | Linker.h | 35 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
|
D | TargetMachine.h | 114 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, 118 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
|
D | Analysis.h | 45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 24 LLVMModuleRef *OutModule, char **OutMessage) { in LLVMParseBitcode() 31 LLVMModuleRef *OutModule, in LLVMParseBitcodeInContext() 51 LLVMModuleRef *OutM, in LLVMGetBitcodeModuleInContext() 67 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() 79 reinterpret_cast<LLVMModuleRef*>(OutMP), in LLVMGetBitcodeModuleProviderInContext()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 112 LLVMModuleRef M, in LLVMCreateExecutionEngineForModule() 127 LLVMModuleRef M, in LLVMCreateInterpreterForModule() 142 LLVMModuleRef M, in LLVMCreateJITCompilerForModule() 169 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M, in LLVMCreateMCJITCompilerForModule() 216 reinterpret_cast<LLVMModuleRef>(MP), in LLVMCreateExecutionEngine() 225 reinterpret_cast<LLVMModuleRef>(MP), in LLVMCreateInterpreter() 235 reinterpret_cast<LLVMModuleRef>(MP), in LLVMCreateJITCompiler() 283 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule() 289 LLVMAddModule(EE, reinterpret_cast<LLVMModuleRef>(MP)); in LLVMAddModuleProvider() 292 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule() [all …]
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitWriter.cpp | 19 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() 30 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() 38 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { in LLVMWriteBitcodeToFileHandle()
|
/external/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 175 CAMLprim LLVMExecutionEngineRef llvm_ee_create(LLVMModuleRef M) { in llvm_ee_create() 185 llvm_ee_create_interpreter(LLVMModuleRef M) { in llvm_ee_create_interpreter() 195 llvm_ee_create_jit(LLVMModuleRef M, value OptLevel) { in llvm_ee_create_jit() 210 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module() 216 CAMLprim LLVMModuleRef llvm_ee_remove_module(LLVMModuleRef M, in llvm_ee_remove_module() 218 LLVMModuleRef RemovedModule; in llvm_ee_remove_module()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | r600_llvm.h | 14 LLVMModuleRef r600_tgsi_llvm( 21 LLVMModuleRef mod,
|
D | llvm_wrapper.h | 10 LLVMModuleRef llvm_parse_bitcode(const unsigned char * bitcode, unsigned bitcode_len);
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_llvm.h | 14 LLVMModuleRef r600_tgsi_llvm( 21 LLVMModuleRef mod,
|
D | llvm_wrapper.h | 10 LLVMModuleRef llvm_parse_bitcode(const unsigned char * bitcode, unsigned bitcode_len);
|
/external/llvm/bindings/ocaml/bitwriter/ |
D | bitwriter_ocaml.c | 28 int res = LLVMWriteBitcodeToFile((LLVMModuleRef) M, String_val(Path)); in llvm_write_bitcode_file() 43 res = LLVMWriteBitcodeToFD((LLVMModuleRef) M, Int_val(FD), 0, Unbuffered); in llvm_write_bitcode_to_fd()
|
/external/llvm/bindings/ocaml/analysis/ |
D | analysis_ocaml.c | 25 CAMLprim value llvm_verify_module(LLVMModuleRef M) { in llvm_verify_module() 51 CAMLprim value llvm_assert_valid_module(LLVMModuleRef M) { in llvm_assert_valid_module()
|
/external/llvm/bindings/ocaml/bitreader/ |
D | bitreader_ocaml.c | 54 LLVMModuleRef M; in llvm_get_module() 66 LLVMModuleRef M; in llvm_parse_bitcode()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 123 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module() 128 CAMLprim value llvm_dispose_module(LLVMModuleRef M) { in llvm_dispose_module() 134 CAMLprim value llvm_target_triple(LLVMModuleRef M) { in llvm_target_triple() 139 CAMLprim value llvm_set_target_triple(value Trip, LLVMModuleRef M) { in llvm_set_target_triple() 145 CAMLprim value llvm_data_layout(LLVMModuleRef M) { in llvm_data_layout() 150 CAMLprim value llvm_set_data_layout(value Layout, LLVMModuleRef M) { in llvm_set_data_layout() 156 CAMLprim value llvm_dump_module(LLVMModuleRef M) { in llvm_dump_module() 162 CAMLprim value llvm_set_module_inline_asm(LLVMModuleRef M, value Asm) { in llvm_set_module_inline_asm() 389 CAMLprim value llvm_type_by_name(LLVMModuleRef M, value Name) in llvm_type_by_name() 593 CAMLprim value llvm_get_namedmd(LLVMModuleRef M, value name) in llvm_get_namedmd() [all …]
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 161 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit() 200 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile() 215 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 96 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() 100 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() 105 void LLVMDisposeModule(LLVMModuleRef M) { in LLVMDisposeModule() 110 const char * LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() 114 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple) { in LLVMSetDataLayout() 119 const char * LLVMGetTarget(LLVMModuleRef M) { in LLVMGetTarget() 123 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() 127 void LLVMDumpModule(LLVMModuleRef M) { in LLVMDumpModule() 131 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile() 151 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_llvm_emit.h | 42 LLVMModuleRef M,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | radeon_llvm_emit.h | 42 LLVMModuleRef M,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.h | 60 LLVMModuleRef M,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.h | 60 LLVMModuleRef M,
|