Searched refs:DebugInfoKind (Results 1 – 17 of 17) sorted by relevance
/external/clang/include/clang/Basic/ |
D | DebugInfoOptions.h | 16 enum DebugInfoKind { enum
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DebugInfoOptions.h | 20 enum DebugInfoKind { enum
|
D | CodeGenOptions.def | 325 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Cuda.h | 163 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
|
D | Clang.h | 88 codegenoptions::DebugInfoKind *DebugInfoKind,
|
D | Clang.cpp | 491 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 …]
|
D | Cuda.cpp | 831 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/ |
D | ToolChain.h | 509 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
|
/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/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 60 const codegenoptions::DebugInfoKind DebugKind;
|
D | CGDebugInfo.cpp | 2314 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 478 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 886 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|