Searched refs:StripDebugInfo (Results 1 – 11 of 11) sorted by relevance
241 Changed |= StripDebugInfo(M); in runOnModule()394 StripDebugInfo(M); in run()
332 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()470 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
57 bool StripDebugInfo(Module &M);
491 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
186 StripDebugInfo(TheModule); in verifyLoadedModule()
476 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm901 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
4049 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 __anonba06ddfc0411::BitcodeReader3033 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()5503 if (StripDebugInfo) in materialize()