Home
last modified time | relevance | path

Searched refs:LLVMDisposeTargetMachine (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c208 LLVMDisposeTargetMachine(tm); in ac_create_target_machine()
383 LLVMDisposeTargetMachine(compiler->low_opt_tm); in ac_destroy_llvm_compiler()
385 LLVMDisposeTargetMachine(compiler->tm); in ac_destroy_llvm_compiler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DTargetMachine.h102 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp154 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T) { delete unwrap(T); } in LLVMDisposeTargetMachine() function
/third_party/mesa3d/src/amd/compiler/
Daco_print_asm.cpp427 LLVMDisposeTargetMachine(tm); in check_print_asm_support()