Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DStripNonLineTableDebugInfo.cpp21 struct StripNonLineTableDebugLegacyPass : public ModulePass { struct
23 StripNonLineTableDebugLegacyPass() : ModulePass(ID) { in StripNonLineTableDebugLegacyPass() argument
38 char StripNonLineTableDebugLegacyPass::ID = 0;
39 INITIALIZE_PASS(StripNonLineTableDebugLegacyPass,
44 return new StripNonLineTableDebugLegacyPass(); in createStripNonLineTableDebugLegacyPass()