9#ifndef LLVM_CLANG_BASIC_DEBUGINFOOPTIONS_H
10#define LLVM_CLANG_BASIC_DEBUGINFOOPTIONS_H
13namespace codegenoptions {
@ LimitedDebugInfo
Limit generated debug info to reduce size (-fno-standalone-debug).
@ NoDebugInfo
Don't generate debug info.
@ FullDebugInfo
Generate complete debug info.
@ DebugDirectivesOnly
Emit only debug directives with the line numbers data.
@ DebugLineTablesOnly
Emit only debug info necessary for generating line number tables (-gline-tables-only).
@ UnusedTypeInfo
Generate debug info for types that may be unused in the source (-fno-eliminate-unused-debug-types).
@ DebugInfoConstructor
Limit generated debug info for classes to reduce size.
@ LocTrackingOnly
Emit location information but do not generate debug info in the output.