Searched refs:StripDebugInfo (Results 1 – 16 of 16) sorted by relevance
18 struct StripDebugInfo : public StripDebugInfoBase<StripDebugInfo> { struct23 void StripDebugInfo::runOnOperation() { in runOnOperation()42 return std::make_unique<StripDebugInfo>(); in createStripDebugInfoPass()
12 StripDebugInfo.cpp
8 ; Test that StripDebugInfo strips global variables.
241 Changed |= StripDebugInfo(M); in runOnModule()394 StripDebugInfo(M); in run()
340 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()478 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
57 bool StripDebugInfo(Module &M);
485 StripDebugInfo(*MergedModule); in verifyMergedModuleOnce()
185 StripDebugInfo(TheModule); in verifyLoadedModule()
168 def StripDebugInfo : Pass<"strip-debuginfo"> {
612 StripDebugInfo(*M); in main()
474 bool llvm::StripDebugInfo(Module &M) { in StripDebugInfo() function in llvm899 return StripDebugInfo(*unwrap(M)); in LLVMStripModuleDebugInfo()
4219 bool Modified = StripDebugInfo(M); in UpgradeDebugInfo()
255 Changed |= StripDebugInfo(M); in stripDebugifyMetadata()
1315 stripMetadata(StripDebugInfo); in DebugACrash()
672 bool StripDebugInfo = false; member in __anon27c3e5780411::BitcodeReader3519 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; } in setStripDebugInfo()6427 if (StripDebugInfo) in materialize()
8444 mlir/lib/Transforms/StripDebugInfo.cpp