Searched refs:DebugInfoKind (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Basic/ |
D | DebugInfoOptions.h | 16 enum DebugInfoKind { enum
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 2763 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) { in DebugLevelToInfoKind() 2788 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument 2791 switch (DebugInfoKind) { in RenderDebugEnablingArgs() 4444 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local 4450 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView); in ConstructJob() 4495 DebugInfoKind = DebugLevelToInfoKind(*A); in ConstructJob() 4499 if (SplitDwarfArg && DebugInfoKind < codegenoptions::LimitedDebugInfo && in ConstructJob() 4504 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob() 4529 DebugInfoKind != codegenoptions::NoDebugInfo) { in ConstructJob() 4543 DebugInfoKind = codegenoptions::LimitedDebugInfo; in ConstructJob() [all …]
|
D | Tools.h | 98 codegenoptions::DebugInfoKind *DebugInfoKind,
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 56 const codegenoptions::DebugInfoKind DebugKind;
|
D | CGDebugInfo.cpp | 1656 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 212 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 478 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|