HomeSort by relevance Sort by last modified time
    Searched refs:OnlyDebugInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/
IPO.h 30 // These functions removes symbols from functions and modules. If OnlyDebugInfo
33 ModulePass *createStripSymbolsPass(bool OnlyDebugInfo = false);
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 38 bool OnlyDebugInfo;
42 : ModulePass(ID), OnlyDebugInfo(ODI) {
103 ModulePass *llvm::createStripSymbolsPass(bool OnlyDebugInfo) {
104 return new StripSymbols(OnlyDebugInfo);
288 if (!OnlyDebugInfo)

Completed in 464 milliseconds