Home
last modified time | relevance | path

Searched refs:StripNonLineTableDebugLegacyPass (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Utils/
DStripNonLineTableDebugInfo.cpp21 struct StripNonLineTableDebugLegacyPass : public ModulePass { struct
23 StripNonLineTableDebugLegacyPass() : ModulePass(ID) { in StripNonLineTableDebugLegacyPass() function
38 char StripNonLineTableDebugLegacyPass::ID = 0;
39 INITIALIZE_PASS(StripNonLineTableDebugLegacyPass,
44 return new StripNonLineTableDebugLegacyPass(); in createStripNonLineTableDebugLegacyPass()