Home
last modified time | relevance | path

Searched refs:LLVMCreateDisasmCPUFeatures (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp46 LLVMCreateDisasmCPUFeatures(const char *TT, const char *CPU, in LLVMCreateDisasmCPUFeatures() function
118 return LLVMCreateDisasmCPUFeatures(TT, CPU, "", DisInfo, TagType, GetOpInfo, in LLVMCreateDisasmCPU()
125 return LLVMCreateDisasmCPUFeatures(TT, "", "", DisInfo, TagType, GetOpInfo, in LLVMCreateDisasm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDisassembler.h63 LLVMCreateDisasmCPUFeatures(const char *Triple, const char *CPU,
/third_party/mesa3d/src/amd/compiler/
Daco_print_asm.cpp227 LLVMCreateDisasmCPUFeatures("amdgcn-mesa-mesa3d", ac_get_llvm_processor_name(program->family), in print_asm_llvm()