Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvTools.h56 SpvOptions() : generateDebugInfo(false), stripDebugInfo(false), disableOptimizer(true), in SpvOptions()
59 bool stripDebugInfo; member
DSpvTools.cpp185 if (options->stripDebugInfo) { in SpirvToolsTransform()
DGlslangToSpv.cpp8974 else if (options->stripDebugInfo) { in GlslangToSpv()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvTools.h56 SpvOptions() : generateDebugInfo(false), stripDebugInfo(false), disableOptimizer(true), in SpvOptions()
59 bool stripDebugInfo; member
DSpvTools.cpp185 if (options->stripDebugInfo) { in SpirvToolsTransform()
DGlslangToSpv.cpp9378 else if (options->stripDebugInfo) { in GlslangToSpv()
/external/llvm/lib/IR/
DDebugInfo.cpp244 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
282 Changed |= stripDebugInfo(F); in StripDebugInfo()
/external/llvm/include/llvm/IR/
DDebugInfo.h45 bool stripDebugInfo(Function &F);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h39 bool stripDebugInfo(Function &F);
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfo.h40 bool stripDebugInfo(Function &F);
/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp111 bool stripDebugInfo = false; variable
764 stripDebugInfo = false; in ProcessArguments()
767 stripDebugInfo = true; in ProcessArguments()
1174 else if (stripDebugInfo) in CompileAndLinkShaderUnits()
1175 spvOptions.stripDebugInfo = true; in CompileAndLinkShaderUnits()
/external/angle/third_party/vulkan-deps/glslang/src/StandAlone/
DStandAlone.cpp112 bool stripDebugInfo = false; variable
909 stripDebugInfo = false; in ProcessArguments()
912 stripDebugInfo = true; in ProcessArguments()
1367 else if (stripDebugInfo) in CompileAndLinkShaderUnits()
1368 spvOptions.stripDebugInfo = true; in CompileAndLinkShaderUnits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp313 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
368 Changed |= stripDebugInfo(F); in StripDebugInfo()
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp321 bool llvm::stripDebugInfo(Function &F) { in stripDebugInfo() function in llvm
376 Changed |= stripDebugInfo(F); in StripDebugInfo()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1469 stripDebugInfo(NewFunc); in fixupDebugInfoPostExtraction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5262 stripDebugInfo(*F); in materialize()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5696 stripDebugInfo(*F); in materialize()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5433 stripDebugInfo(*F); in materialize()