Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.h80 void adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
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::DebugLineTablesOnly; in addOtherOptions()
132 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in addOtherOptions()
134 addDebugInfoKind(CmdArgs, DebugInfoKind); in addOtherOptions()
H A DHIPSPV.cpp282 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
287 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DCuda.h164 void adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
H A DClang.cpp863 llvm::codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
866 addDebugInfoKind(CmdArgs, DebugInfoKind); in RenderDebugEnablingArgs()
4244 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument
4285 DebugInfoKind = debugLevelToInfoKind(*A); in renderDebugOptions()
4327 DebugInfoKind != llvm::codegenoptions::NoDebugInfo) { in renderDebugOptions()
4353 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in renderDebugOptions()
4414 DebugInfoKind = llvm::codegenoptions::UnusedTypeInfo; in renderDebugOptions()
4416 DebugInfoKind = llvm::codegenoptions::FullDebugInfo; in renderDebugOptions()
4458 TC.adjustDebugInfoKind(DebugInfoKind, Args); in renderDebugOptions()
5854 llvm::codegenoptions::DebugInfoKind DebugInfoKind = in ConstructJob() local
[all …]
H A DCuda.cpp771 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
775 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
778 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/llvm/include/llvm/Frontend/Debug/
H A DOptions.h20 enum DebugInfoKind { enum
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h598 adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def105 ENUM_DEBUGOPT(DebugInfo, llvm::codegenoptions::DebugInfoKind, 4,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp131 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
H A DCGDebugInfo.h59 const llvm::codegenoptions::DebugInfoKind DebugKind;
H A DCGDebugInfo.cpp2616 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1767 Opts.setDebugInfo(static_cast<llvm::codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()