Home
last modified time | relevance | path

Searched refs:NoDebugInfo (Results 1 – 9 of 9) sorted by relevance

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