Home
last modified time | relevance | path

Searched defs:StripNonLineTableDebugInfo (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DStripNonLineTableDebugInfo.cpp20 struct StripNonLineTableDebugInfo : public ModulePass { struct
21 static char ID; // Pass identification, replacement for typeid
22 StripNonLineTableDebugInfo() : ModulePass(ID) { in StripNonLineTableDebugInfo() argument
26 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
30 bool runOnModule(Module &M) override { in runOnModule()