HomeSort by: relevance | last modified time | path
    Searched refs:disableDebugInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 1350 bool DisableDebugInfo = false;
1927 if (DisableDebugInfo)
1931 void disableDebugInfo() { DisableDebugInfo = true; }
1932 void enableDebugInfo() { DisableDebugInfo = false; }
CGCall.cpp 4227 CGF.disableDebugInfo();

Completed in 89 milliseconds