Searched refs:StripDebugInfo (Results 1 – 11 of 11) sorted by relevance
374 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()514 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
272 StripDebugInfo(M); in run()
73 LLVM_ABI bool StripDebugInfo(Module &M);
544 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
181 StripDebugInfo(TheModule); in verifyLoadedModule()
562 StripDebugInfo(*M); in optMain()
324 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
1290 stripMetadata(StripDebugInfo); in DebugACrash()
613 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm1081 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
5244 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
683 bool StripDebugInfo = false; member in __anondf6e26480411::BitcodeReader3924 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()7007 if (StripDebugInfo) in materialize()