Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDebugInfoOptions.h20 enum DebugInfoKind { enum
H A DCodeGenOptions.def339 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 4, codegenoptions::NoDebugInfo)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.h163 void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind,
H A DClang.h88 codegenoptions::DebugInfoKind *DebugInfoKind,
H A DClang.cpp503 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) { in DebugLevelToInfoKind()
1025 codegenoptions::DebugInfoKind DebugInfoKind, in RenderDebugEnablingArgs() argument
1028 switch (DebugInfoKind) { in RenderDebugEnablingArgs()
3867 codegenoptions::DebugInfoKind &DebugInfoKind, in renderDebugOptions() argument
3909 DebugInfoKind = codegenoptions::LimitedDebugInfo; in renderDebugOptions()
3914 DebugInfoKind = DebugLevelToInfoKind(*A); in renderDebugOptions()
3919 if (DebugInfoKind == codegenoptions::NoDebugInfo || in renderDebugOptions()
3920 DebugInfoKind == codegenoptions::DebugDirectivesOnly || in renderDebugOptions()
3921 (DebugInfoKind == codegenoptions::DebugLineTablesOnly && in renderDebugOptions()
3960 DebugInfoKind != codegenoptions::NoDebugInfo) { in renderDebugOptions()
[all …]
H A DCuda.cpp787 codegenoptions::DebugInfoKind &DebugInfoKind, const ArgList &Args) const { in adjustDebugInfoKind() argument
790 DebugInfoKind = codegenoptions::NoDebugInfo; in adjustDebugInfoKind()
793 DebugInfoKind = codegenoptions::DebugDirectivesOnly; in adjustDebugInfoKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h529 virtual void adjustDebugInfoKind(codegenoptions::DebugInfoKind &DebugInfoKind, in adjustDebugInfoKind() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h60 const codegenoptions::DebugInfoKind DebugKind;
H A DCGDebugInfo.cpp2373 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1626 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()