Searched refs:DebugInfoKind (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/ |
H A D | Options.h | 20 enum DebugInfoKind { enum
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPSPV.cpp | 282 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument 287 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
|
H A D | CommonArgs.h | 90 llvm::codegenoptions::DebugInfoKind DebugInfoKind); 92 llvm::codegenoptions::DebugInfoKind
|
H A D | Flang.cpp | 125 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 D | Cuda.h | 165 void adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind,
|
H A D | Clang.cpp | 842 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 D | Cuda.cpp | 772 llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument 776 DebugInfoKind = llvm::codegenoptions::NoDebugInfo; in adjustDebugInfoKind() 779 DebugInfoKind = llvm::codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
|
H A D | CommonArgs.cpp | 2013 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 D | ToolChain.h | 612 adjustDebugInfoKind(llvm::codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DebugOptions.def | 107 ENUM_DEBUGOPT(DebugInfo, llvm::codegenoptions::DebugInfoKind, 4,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 134 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
|
H A D | CGDebugInfo.h | 62 const llvm::codegenoptions::DebugInfoKind DebugKind;
|
H A D | CGDebugInfo.cpp | 2742 static bool shouldOmitDefinition(llvm::codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1843 Opts.setDebugInfo(static_cast<llvm::codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
|