Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DConfig.h54 bool stripDebug; member
DWriter.cpp117 bool stripDebug = config->stripDebug || config->stripAll; in calculateCustomSections() local
133 if (stripDebug && name.startswith(".debug_")) in calculateCustomSections()
DSyntheticSections.h301 return !config->stripDebug && !config->stripAll && numNames() > 0; in isNeeded()
DDriver.cpp401 config->stripDebug = args.hasArg(OPT_strip_debug); in readConfigs()
480 if (!config->stripDebug && !config->stripAll && config->compressRelocations) in checkOptions()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSPVRemapper.h246 void stripDebug(); // strip all debug info
DSPVRemapper.cpp363 void spirvbin_t::stripDebug() in stripDebug() function in spv::spirvbin_t
1443 if (options & STRIP) stripDebug(); in remap()
/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.h246 void stripDebug(); // strip all debug info
DSPVRemapper.cpp363 void spirvbin_t::stripDebug() in stripDebug() function in spv::spirvbin_t
1440 if (options & STRIP) stripDebug(); in remap()