Searched refs:StripDebugInfo (Results 1 – 11 of 11) sorted by relevance
365 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()503 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
271 StripDebugInfo(M); in run()
68 bool StripDebugInfo(Module &M);
568 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
187 StripDebugInfo(TheModule); in verifyLoadedModule()
568 StripDebugInfo(*M); in main()
262 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
586 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm1048 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
4811 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
1302 stripMetadata(StripDebugInfo); in DebugACrash()
672 bool StripDebugInfo = false; member in __anon933571fe0411::BitcodeReader3674 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()6639 if (StripDebugInfo) in materialize()