Home
last modified time | relevance | path

Searched refs:DebugInfoKind (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Basic/
DDebugInfoOptions.h16 enum DebugInfoKind { enum
/external/clang/lib/Driver/
DTools.cpp2763 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 …]
DTools.h98 codegenoptions::DebugInfoKind *DebugInfoKind,
/external/clang/lib/CodeGen/
DCGDebugInfo.h56 const codegenoptions::DebugInfoKind DebugKind;
DCGDebugInfo.cpp1656 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def212 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
/external/clang/lib/Frontend/
DCompilerInvocation.cpp478 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()