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()
70 bool StripDebugInfo(Module &M);
557 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
188 StripDebugInfo(TheModule); in verifyLoadedModule()
568 StripDebugInfo(*M); in optMain()
262 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
591 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm1053 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
4903 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
1302 stripMetadata(StripDebugInfo); in DebugACrash()
698 bool StripDebugInfo = false; member in __anondf6e26480411::BitcodeReader3828 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()6946 if (StripDebugInfo) in materialize()