Home
last modified time | relevance | path

Searched refs:LocTrackingOnly (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDebugInfoOptions.h23 LocTrackingOnly, /// Emit location information but do not generate enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp582 case codegenoptions::LocTrackingOnly: in CreateCompileUnit()
4484 DebugKind == codegenoptions::LocTrackingOnly) in getCallSiteRelatedAttrs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1262 Opts.setDebugInfo(codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()