Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp452 cl::OptionCategory TypeOptions("Type Record Options"); variable
486 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
490 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
495 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
499 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
505 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
510 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
514 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
518 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
522 cl::cat(TypeOptions), cl::sub(DumpSubcommand));
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h852 FLAGS_ENUM(TypeOptions){eTypeOptionNone = (0u), in FLAGS_ENUM() argument