Home
last modified time | relevance | path

Searched refs:TypeOptions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp453 static cl::OptionCategory TypeOptions("Type Record Options"); variable
487 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
491 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
496 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
500 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
506 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
511 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
515 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
519 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
523 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h909 FLAGS_ENUM(TypeOptions){eTypeOptionNone = (0u), in FLAGS_ENUM() argument