Home
last modified time | relevance | path

Searched refs:DebugStrictDwarf (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h134 DebugStrictDwarf(false), in TargetOptions()
327 unsigned DebugStrictDwarf : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp97 CGOPT(bool, DebugStrictDwarf) in CGOPT()
457 static cl::opt<bool> DebugStrictDwarf( in CGOPT() local
459 CGBINDOPT(DebugStrictDwarf); in CGOPT()
536 Options.DebugStrictDwarf = getDebugStrictDwarf(); in InitTargetOptionsFromCodeGenFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h88 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp598 Options.DebugStrictDwarf = CodeGenOpts.DebugStrictDwarf; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def297 CODEGENOPT(DebugStrictDwarf, 1, 1) ///< Whether or not to use strict DWARF info.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2868 CodeGenOpts<"DebugStrictDwarf">, DefaultFalse,