Home
last modified time | relevance | path

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

/external/llvm/tools/llc/
Dllc.cpp277 bool SkipModule = MCPU == "help" || in compileModule() local
281 if (!SkipModule) { in compileModule()
351 if (SkipModule) in compileModule()
/external/llvm-project/llvm/tools/llc/
Dllc.cpp415 bool SkipModule = codegen::getMCPU() == "help" || in compileModule() local
448 if (!SkipModule) { in compileModule()
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp971 bool SkipModule) { in writeEmptyDistributedBuildOutputs() argument
982 if (SkipModule) { in writeEmptyDistributedBuildOutputs()
/external/pigweed/pw_trace_tokenized/
Dtrace_test.cc362 TEST(TokenizedTrace, SkipModule) { in TEST() argument