Home
last modified time | relevance | path

Searched refs:DBX (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.h98 return llvm::DebuggerKind::DBX; in getDefaultDebuggerTuning()
H A DClang.cpp859 case llvm::DebuggerKind::DBX: in RenderDebugEnablingArgs()
4506 DebuggerTuning = llvm::DebuggerKind::DBX; in renderDebugOptions()
4557 DebuggerTuning == llvm::DebuggerKind::DBX)) in renderDebugOptions()
4574 DebuggerTuning != llvm::DebuggerKind::DBX))) in renderDebugOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h102 DBX ///< Tune debug info for dbx. enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h908 bool tuneForDBX() const { return DebuggerTuning == DebuggerKind::DBX; }
H A DDwarfDebug.cpp346 DebuggerTuning = DebuggerKind::DBX; in DwarfDebug()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp448 clEnumValN(DebuggerKind::DBX, "dbx", "dbx"), in CGOPT()
/freebsd/contrib/file/magic/Magdir/
H A Dsysex292 >1 belong&0xffffff00 0x00011e00 DBX
H A Dwindows17 # Summary: Outlook Express DBX file
28 >0x7C ulelong >0 MS Outlook Express DBX file
50 # item count; number of items stored in this DBX file
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7071 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,