Home
last modified time | relevance | path

Searched refs:DebugInfoKind (Results 1 – 14 of 14) 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.cpp282 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
287 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DCommonArgs.h90 llvm::codegenoptions::DebugInfoKind DebugInfoKind);
92 llvm::codegenoptions::DebugInfoKind
H A DFlang.cpp125 llvm::codegenoptions::DebugInfoKind DebugInfoKind; in addOtherOptions() local
128 DebugInfoKind = debugLevelToInfoKind(*gNArg); in addOtherOptions()
130 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in addOtherOptions()
132 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in addOtherOptions()
134 addDebugInfoKind(CmdArgs, DebugInfoKind); in addOtherOptions()
H A DCuda.h165 void adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
H A DClang.cpp842 llvm::codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
845 addDebugInfoKind(CmdArgs, DebugInfoKind); in RenderDebugEnablingArgs()
4441 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument
4477 DebugInfoKind = llvm::codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4482 DebugInfoKind = debugLevelToInfoKind(*A); in renderDebugOptions()
4487 if (DebugInfoKind == llvm::codegenoptions::NoDebugInfo || in renderDebugOptions()
4488 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
4489 (DebugInfoKind == llvm::codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4524 DebugInfoKind != llvm::codegenoptions::NoDebugInfo) { in renderDebugOptions()
4549 DebugInfoKind == llvm::codegenoptions::DebugDirectivesOnly) in renderDebugOptions()
[all …]
H A DCuda.cpp772 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
776 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
779 DebugInfoKind = llvm::codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
H A DCommonArgs.cpp2013 ArgStringList &CmdArgs, llvm::codegenoptions::DebugInfoKind DebugInfoKind) { in addDebugInfoKind() argument
2014 switch (DebugInfoKind) { in addDebugInfoKind()
2040 llvm::codegenoptions::DebugInfoKind tools::debugLevelToInfoKind(const Arg &A) { in debugLevelToInfoKind()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h612 adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def107 ENUM_DEBUGOPT(DebugInfo, llvm::codegenoptions::DebugInfoKind, 4,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp134 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
H A DCGDebugInfo.h62 const llvm::codegenoptions::DebugInfoKind DebugKind;
H A DCGDebugInfo.cpp2742 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1843 Opts.setDebugInfo(static_cast<llvm::codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()