Home
last modified time | relevance | path

Searched defs:LLVMGetHostCPUFeatures (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp257 char *LLVMGetHostCPUFeatures(void) { in LLVMGetHostCPUFeatures() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs1861 pub fn LLVMGetHostCPUFeatures() -> *mut c_char; in LLVMGetHostCPUFeatures() function