Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugInfoOptions.h20 enum DebugInfoKind { enum
H A DCodeGenOptions.def344 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h163 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DClang.h88 codegenoptions::DebugInfoKind *DebugInfoKind,
H A DClang.cpp1031 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
1034 switch (DebugInfoKind) { in RenderDebugEnablingArgs()
3875 codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument
3922 DebugInfoKind = DebugLevelToInfoKind(*A); in renderDebugOptions()
3968 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions()
4006 DebugInfoKind = codegenoptions::NoDebugInfo; in renderDebugOptions()
4066 DebugInfoKind = codegenoptions::FullDebugInfo; in renderDebugOptions()
4111 TC.adjustDebugInfoKind(DebugInfoKind, Args); in renderDebugOptions()
5190 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local
7104 codegenoptions::DebugInfoKind *DebugInfoKind, in AddClangCLArgs() argument
[all …]
H A DCuda.cpp793 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument
796 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
799 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h533 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h60 const codegenoptions::DebugInfoKind DebugKind;
H A DCGDebugInfo.cpp2354 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1623 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()