Home
last modified time | relevance | path

Searched defs:mcpu (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libclc/
H A DCMakeLists.txt320 set( mcpu ) global() variable
322 set( mcpu "-mcpu=${cpu}" ) global() variable
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h624 EngineBuilder &setMCPU(StringRef mcpu) { in setMCPU()
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp156 static std::string mcpu; variable