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.cpp704 case llvm::DebuggerKind::DBX: in RenderDebugEnablingArgs()
4482 DebuggerTuning = llvm::DebuggerKind::DBX; in renderDebugOptions()
4533 DebuggerTuning == llvm::DebuggerKind::DBX)) in renderDebugOptions()
4550 DebuggerTuning != llvm::DebuggerKind::DBX))) in renderDebugOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h85 DBX ///< Tune debug info for dbx. enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h926 bool tuneForDBX() const { return DebuggerTuning == DebuggerKind::DBX; } in tuneForDBX()
H A DDwarfDebug.cpp350 DebuggerTuning = DebuggerKind::DBX; in DwarfDebug()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp449 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.td7592 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,