/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | BitReader.h | 39 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, 45 LLVMModuleRef *OutModule); 50 LLVMModuleRef *OutModule, char **OutMessage); 54 LLVMModuleRef *OutModule); 62 LLVMModuleRef *OutM, char **OutMessage); 68 LLVMModuleRef *OutM); 71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, 74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
|
D | ExecutionEngine.h | 75 LLVMModuleRef M, 79 LLVMModuleRef M, 83 LLVMModuleRef M, 108 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M, 128 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M); 130 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, 131 LLVMModuleRef *OutMod, char **OutError);
|
D | BitWriter.h | 37 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path); 40 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, 45 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle); 48 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M);
|
D | Core.h | 649 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID); 657 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, 662 LLVMModuleRef LLVMCloneModule(LLVMModuleRef M); 670 void LLVMDisposeModule(LLVMModuleRef M); 680 const char *LLVMGetModuleIdentifier(LLVMModuleRef M, size_t *Len); 690 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len); 700 const char *LLVMGetSourceFileName(LLVMModuleRef M, size_t *Len); 711 void LLVMSetSourceFileName(LLVMModuleRef M, const char *Name, size_t Len); 722 const char *LLVMGetDataLayoutStr(LLVMModuleRef M); 723 const char *LLVMGetDataLayout(LLVMModuleRef M); [all …]
|
D | Linker.h | 34 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
|
D | OrcBindings.h | 96 LLVMModuleRef Mod, 105 LLVMModuleRef Mod,
|
D | TargetMachine.h | 132 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, 136 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
|
D | Target.h | 186 LLVMTargetDataRef LLVMGetModuleDataLayout(LLVMModuleRef M); 193 void LLVMSetModuleDataLayout(LLVMModuleRef M, LLVMTargetDataRef DL);
|
D | IRReader.h | 32 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
D | Analysis.h | 44 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
|
D | Comdat.h | 40 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 24 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode() 31 LLVMModuleRef *OutModule) { in LLVMParseBitcode2() 37 LLVMModuleRef *OutModule, in LLVMParseBitcodeInContext() 60 LLVMModuleRef *OutModule) { in LLVMParseBitcodeInContext2() 80 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext() 107 LLVMModuleRef *OutM) { in LLVMGetBitcodeModuleInContext2() 124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() 131 LLVMModuleRef *OutM) { in LLVMGetBitcodeModule2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitWriter.cpp | 20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() 39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { in LLVMWriteBitcodeToFileHandle() 43 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M) { in LLVMWriteBitcodeToMemoryBuffer()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_util.h | 100 void ac_dump_module(LLVMModuleRef module); 104 LLVMModuleRef ac_create_module(LLVMTargetMachineRef tm, LLVMContextRef ctx); 134 bool ac_compile_module_to_elf(struct ac_compiler_passes *p, LLVMModuleRef module,
|
D | ac_llvm_helper.cpp | 76 LLVMModuleRef ac_create_module(LLVMTargetMachineRef tm, LLVMContextRef ctx) in ac_create_module() 79 LLVMModuleRef module = LLVMModuleCreateWithNameInContext("mesa-shader", ctx); in ac_create_module() 246 bool ac_compile_module_to_elf(struct ac_compiler_passes *p, LLVMModuleRef module, in ac_compile_module_to_elf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 104 LLVMModuleRef M, in LLVMCreateExecutionEngineForModule() 119 LLVMModuleRef M, in LLVMCreateInterpreterForModule() 134 LLVMModuleRef M, in LLVMCreateJITCompilerForModule() 161 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M, in LLVMCreateMCJITCompilerForModule() 257 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule() 261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule() 262 LLVMModuleRef *OutMod, char **OutError) { in LLVMRemoveModule()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.h | 72 LLVMModuleRef M, 96 lp_set_module_stack_alignment_override(LLVMModuleRef M, unsigned align);
|
D | lp_bld_intr.c | 106 lp_declare_intrinsic(LLVMModuleRef module, in lp_declare_intrinsic() 185 LLVMModuleRef module; in lp_add_function_attr() 230 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in lp_build_intrinsic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 230 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName() 234 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() 239 void LLVMDisposeModule(LLVMModuleRef M) { in LLVMDisposeModule() 243 const char *LLVMGetModuleIdentifier(LLVMModuleRef M, size_t *Len) { in LLVMGetModuleIdentifier() 249 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len) { in LLVMSetModuleIdentifier() 253 const char *LLVMGetSourceFileName(LLVMModuleRef M, size_t *Len) { in LLVMGetSourceFileName() 259 void LLVMSetSourceFileName(LLVMModuleRef M, const char *Name, size_t Len) { in LLVMSetSourceFileName() 264 const char *LLVMGetDataLayoutStr(LLVMModuleRef M) { in LLVMGetDataLayoutStr() 268 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() 272 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr) { in LLVMSetDataLayout() [all …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_llvm_helper.cpp | 52 bool compile_to_memory_buffer(LLVMModuleRef module, char **pelf_buffer, size_t *pelf_size) in compile_to_memory_buffer() 77 radv_compile_to_elf(struct ac_llvm_compiler *info, LLVMModuleRef module, char **pelf_buffer, in radv_compile_to_elf()
|
D | radv_llvm_helper.h | 35 bool radv_compile_to_elf(struct ac_llvm_compiler *info, LLVMModuleRef module, char **pelf_buffer,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachineC.cpp | 185 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit() 219 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile() 233 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
|
D | Target.cpp | 47 LLVMTargetDataRef LLVMGetModuleDataLayout(LLVMModuleRef M) { in LLVMGetModuleDataLayout() 51 void LLVMSetModuleDataLayout(LLVMModuleRef M, LLVMTargetDataRef DL) { in LLVMSetModuleDataLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm-c/ |
D | Types.h | 62 typedef struct LLVMOpaqueModule *LLVMModuleRef; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindings.cpp | 71 LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR() 86 LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR()
|