Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp55 static cl::opt<WhatToGenerate> GenerationType("cppgen", cl::Optional, variable
1492 if (GenerationType != GenFunction) in printFunctionUses()
1504 if (GenerationType != GenFunction) in printFunctionUses()
1543 if (GenerationType != GenFunction) { in printFunctionUses()
1905 if (GenerationType == GenModule || in runOnModule()
1906 GenerationType == GenContents || in runOnModule()
1907 GenerationType == GenProgram || in runOnModule()
1908 GenerationType == GenFunctions) { in runOnModule()
1918 switch (WhatToGenerate(GenerationType)) { in runOnModule()