Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHIPSPV.h80 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DHIPSPV.cpp286 codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
291 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
H A DCuda.h170 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DClang.h92 codegenoptions::DebugInfoKind *DebugInfoKind,
H A DClang.cpp1074 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
1077 switch (DebugInfoKind) { in RenderDebugEnablingArgs()
4097 codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument
4138 DebugInfoKind = DebugLevelToInfoKind(*A); in renderDebugOptions()
4184 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions()
4222 DebugInfoKind = codegenoptions::NoDebugInfo; in renderDebugOptions()
4282 DebugInfoKind = codegenoptions::FullDebugInfo; in renderDebugOptions()
4327 TC.adjustDebugInfoKind(DebugInfoKind, Args); in renderDebugOptions()
5470 codegenoptions::DebugInfoKind DebugInfoKind = codegenoptions::NoDebugInfo; in ConstructJob() local
7531 codegenoptions::DebugInfoKind *DebugInfoKind, in AddClangCLArgs() argument
[all …]
H A DCuda.cpp802 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument
805 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
808 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDebugInfoOptions.h20 enum DebugInfoKind { enum
H A DCodeGenOptions.def377 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h562 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h59 const codegenoptions::DebugInfoKind DebugKind;
H A DCGDebugInfo.cpp2481 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp967 codegenoptions::DebugInfoKind::LimitedDebugInfo); in TEST_F()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1652 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()