Home
last modified time | relevance | path

Searched refs:DebugKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp45 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()
1399 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()
1408 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()
1415 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType()
1432 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeClassData()
1460 (DebugKind <= CodeGenOptions::LimitedDebugInfo && in CreateType()
2341 if (!D || DebugKind == CodeGenOptions::DebugLineTablesOnly) in getFunctionDeclaration()
2389 if (!D || DebugKind == CodeGenOptions::DebugLineTablesOnly) in getOrCreateFunctionType()
2495 DebugKind <= CodeGenOptions::DebugLineTablesOnly)) in EmitFunctionStart()
2498 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in EmitFunctionStart()
[all …]
DCGDebugInfo.h53 const CodeGenOptions::DebugInfoKind DebugKind; variable
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r265477-clang-r198655-standalone-debug.diff25 (DebugKind <= CodeGenOptions::LimitedDebugInfo &&