Searched refs:stripDebugInfo (Results 1 – 18 of 18) sorted by relevance
56 SpvOptions() : generateDebugInfo(false), stripDebugInfo(false), disableOptimizer(true), in SpvOptions()59 bool stripDebugInfo; member
185 if (options->stripDebugInfo) { in SpirvToolsTransform()
8974 else if (options->stripDebugInfo) { in GlslangToSpv()
9378 else if (options->stripDebugInfo) { in GlslangToSpv()
244 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm282 Changed |= stripDebugInfo(F); in StripDebugInfo()
45 bool stripDebugInfo(Function &F);
39 bool stripDebugInfo(Function &F);
40 bool stripDebugInfo(Function &F);
111 bool stripDebugInfo = false; variable764 stripDebugInfo = false; in ProcessArguments()767 stripDebugInfo = true; in ProcessArguments()1174 else if (stripDebugInfo) in CompileAndLinkShaderUnits()1175 spvOptions.stripDebugInfo = true; in CompileAndLinkShaderUnits()
112 bool stripDebugInfo = false; variable909 stripDebugInfo = false; in ProcessArguments()912 stripDebugInfo = true; in ProcessArguments()1367 else if (stripDebugInfo) in CompileAndLinkShaderUnits()1368 spvOptions.stripDebugInfo = true; in CompileAndLinkShaderUnits()
313 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm368 Changed |= stripDebugInfo(F); in StripDebugInfo()
321 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm376 Changed |= stripDebugInfo(F); in StripDebugInfo()
1469 stripDebugInfo(NewFunc); in fixupDebugInfoPostExtraction()
5262 stripDebugInfo(*F); in materialize()
5696 stripDebugInfo(*F); in materialize()
5433 stripDebugInfo(*F); in materialize()