Searched refs:NoDebugInfo (Results 1 - 8 of 8) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
H A DIntelJITEventListenerTest.cpp92 TEST_F(IntelJITEventListenerTest, NoDebugInfo) {
H A DOProfileJITEventListenerTest.cpp148 TEST_F(OProfileJITEventListenerTest, NoDebugInfo) {
/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h54 NoDebugInfo, /// Don't generate debug info. enumerator in enum:clang::CodeGenOptions::DebugInfoKind
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp73 if (CGM.getCodeGenOpts().getDebugInfo() == CodeGenOptions::NoDebugInfo ||
H A DBackendUtil.cpp342 if (CodeGenOpts.getDebugInfo() == CodeGenOptions::NoDebugInfo)
H A DCodeGenModule.cpp129 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo ||
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp161 CodeGenOptions::NoDebugInfo));
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp378 else if (Opts.getDebugInfo() != CodeGenOptions::NoDebugInfo)
575 if (NeedLocTracking && Opts.getDebugInfo() == CodeGenOptions::NoDebugInfo)

Completed in 3899 milliseconds