Home
last modified time | relevance | path

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

/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp58 static cl::opt<WhatToGenerate> GenerationType("cppgen", cl::Optional, variable
1677 if (GenerationType != GenFunction) in printFunctionUses()
1689 if (GenerationType != GenFunction) in printFunctionUses()
1725 if (GenerationType != GenFunction) { in printFunctionUses()
2089 if (GenerationType == GenModule || in runOnModule()
2090 GenerationType == GenContents || in runOnModule()
2091 GenerationType == GenProgram || in runOnModule()
2092 GenerationType == GenFunctions) { in runOnModule()
2102 switch (WhatToGenerate(GenerationType)) { in runOnModule()