Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h159 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DClang.h94 codegenoptions::DebugInfoKind *DebugInfoKind,
H A DClang.cpp405 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) { in DebugLevelToInfoKind()
973 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
976 switch (DebugInfoKind) { in RenderDebugEnablingArgs()
4103 codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument
4139 DebugInfoKind = codegenoptions::DebugInfoConstructor; in renderDebugOptions()
4144 DebugInfoKind = DebugLevelToInfoKind(*A); in renderDebugOptions()
4149 if (DebugInfoKind == codegenoptions::NoDebugInfo || in renderDebugOptions()
4150 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
4151 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
4185 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions()
[all …]
H A DCuda.cpp751 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument
754 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
757 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDebugInfoOptions.h20 enum DebugInfoKind { enum
H A DCodeGenOptions.def392 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h574 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp131 codegenoptions::DebugInfoKind::LimitedDebugInfo) in addConstant()
H A DCGDebugInfo.h59 const codegenoptions::DebugInfoKind DebugKind;
H A DCGDebugInfo.cpp2491 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1660 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()