Searched refs:StripDebugInfo (Results 1 – 15 of 15) sorted by relevance
24 StripDebugInfo(Program); in stripDebugInfoImpl()
61 deltas/StripDebugInfo.cpp
53 "deltas/StripDebugInfo.cpp",
242 Changed |= StripDebugInfo(M); in runOnModule()441 StripDebugInfo(M); in run()
340 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()478 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
65 bool StripDebugInfo(Module &M);
567 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
185 StripDebugInfo(TheModule); in verifyLoadedModule()
558 StripDebugInfo(*M); in main()
262 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
493 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm954 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
4502 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
1315 stripMetadata(StripDebugInfo); in DebugACrash()
671 bool StripDebugInfo = false; member in __anone38b3fdf0411::BitcodeReader3646 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()6592 if (StripDebugInfo) in materialize()
8433 mlir/lib/Transforms/StripDebugInfo.cpp