Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDebugInfoOptions.h16 enum DebugInfoKind { enum
/external/llvm-project/clang/include/clang/Basic/
DDebugInfoOptions.h20 enum DebugInfoKind { enum
DCodeGenOptions.def325 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/external/llvm-project/clang/lib/Driver/ToolChains/
DCuda.h163 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
DClang.h88 codegenoptions::DebugInfoKind *DebugInfoKind,
DClang.cpp491 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) { in DebugLevelToInfoKind()
972 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
975 switch (DebugInfoKind) { in RenderDebugEnablingArgs()
3730 codegenoptions::DebugInfoKind &DebugInfoKind, in RenderDebugOptions() argument
3762 DebugInfoKind = codegenoptions::LimitedDebugInfo; in RenderDebugOptions()
3767 DebugInfoKind = DebugLevelToInfoKind(*A); in RenderDebugOptions()
3772 if (DebugInfoKind == codegenoptions::NoDebugInfo || in RenderDebugOptions()
3773 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in RenderDebugOptions()
3774 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in RenderDebugOptions()
3813 DebugInfoKind != codegenoptions::NoDebugInfo) { in RenderDebugOptions()
[all …]
DCuda.cpp831 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument
834 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
837 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
/external/llvm-project/clang/include/clang/Driver/
DToolChain.h509 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
/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/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h60 const codegenoptions::DebugInfoKind DebugKind;
DCGDebugInfo.cpp2314 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp478 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp886 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()