Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDebugInfoOptions.h21 enum DebugInfoKind { enum
H A DCodeGenOptions.def290 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.h162 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DClang.cpp924 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
927 switch (DebugInfoKind) { in RenderDebugEnablingArgs()
3107 codegenoptions::DebugInfoKind &DebugInfoKind, in RenderDebugOptions() argument
3146 DebugInfoKind = DebugLevelToInfoKind(*A); in RenderDebugOptions()
3202 DebugInfoKind != codegenoptions::NoDebugInfo) { in RenderDebugOptions()
3215 DebugInfoKind = codegenoptions::NoDebugInfo; in RenderDebugOptions()
3274 DebugInfoKind = codegenoptions::FullDebugInfo; in RenderDebugOptions()
3301 TC.adjustDebugInfoKind(DebugInfoKind, Args); in RenderDebugOptions()
4030 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local
5579 codegenoptions::DebugInfoKind *DebugInfoKind, in AddClangCLArgs() argument
[all …]
H A DClang.h86 codegenoptions::DebugInfoKind *DebugInfoKind,
H A DCuda.cpp720 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument
723 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
726 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h446 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h58 const codegenoptions::DebugInfoKind DebugKind;
H A DCGDebugInfo.cpp2047 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp691 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()