Searched refs:StripDebugInfo (Results 1 – 11 of 11) sorted by relevance
241 Changed |= StripDebugInfo(M); in runOnModule()394 StripDebugInfo(M); in run()
311 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()449 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
57 bool StripDebugInfo(Module &M);
491 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
183 StripDebugInfo(TheModule); in verifyLoadedModule()
442 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm865 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
4044 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
662 StripDebugInfo(*M); in main()
251 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
1317 stripMetadata(StripDebugInfo); in DebugACrash()
562 bool StripDebugInfo = false; member in __anon8c0d27130411::BitcodeReader3066 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()5572 if (StripDebugInfo) in materialize()