Searched defs:StripDebugInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DDebugInfo.cpp268 bool llvm::StripDebugInfo(Module &M) { function in class:llvm
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DStripSymbols.cpp234 // StripDebugInfo - Strip debug info in the module if it exists.
237 static bool StripDebugInfo(Module &M) { function
287 Changed |= StripDebugInfo(M);

Completed in 189 milliseconds