Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/
H A DOptions.h20 enum DebugInfoKind { enum
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp284 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
289 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DCuda.h165 void adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
H A DFlang.cpp133 llvm::codegenoptions::DebugInfoKind DebugInfoKind; in addOtherOptions() local
136 DebugInfoKind = debugLevelToInfoKind(*gNArg); in addOtherOptions()
138 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in addOtherOptions()
140 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in addOtherOptions()
142 addDebugInfoKind(CmdArgs, DebugInfoKind); in addOtherOptions()
H A DClang.cpp687 llvm::codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
690 addDebugInfoKind(CmdArgs, DebugInfoKind); in RenderDebugEnablingArgs()
4417 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument
4453 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4458 DebugInfoKind = debugLevelToInfoKind(*A); in renderDebugOptions()
4463 if (DebugInfoKind == llvm::codegenoptions::NoDebugInfo || in renderDebugOptions()
4464 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
4465 (DebugInfoKind == llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4500 DebugInfoKind != llvm::codegenoptions::NoDebugInfo) { in renderDebugOptions()
4525 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
[all …]
H A DCuda.cpp794 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
798 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
801 DebugInfoKind = llvm::codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
H A DCommonArgs.cpp2156 ArgStringList &CmdArgs, llvm::codegenoptions::DebugInfoKind DebugInfoKind) { in addDebugInfoKind() argument
2157 switch (DebugInfoKind) { in addDebugInfoKind()
2183 llvm::codegenoptions::DebugInfoKind tools::debugLevelToInfoKind(const Arg &A) { in debugLevelToInfoKind()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h92 llvm::codegenoptions::DebugInfoKind DebugInfoKind);
94 llvm::codegenoptions::DebugInfoKind
H A DToolChain.h634 adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def92 ENUM_DEBUGOPT(DebugInfo, llvm::codegenoptions::DebugInfoKind, 4,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h65 const llvm::codegenoptions::DebugInfoKind DebugKind;
H A DCGDebugInfo.cpp2966 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1954 Opts.setDebugInfo(static_cast<llvm::codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()