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/Driver/ToolChains/
Cuda.cpp 358 DisableDebugInfo, /// Do not emit debug info for the devices.
383 return DisableDebugInfo;
389 return willEmitRemarks(Args) ? DebugDirectivesOnly : DisableDebugInfo;
789 case DisableDebugInfo:
  /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; }

Completed in 20 milliseconds