Searched refs:TheOpt (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.h | 27 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument 28 if (Enum::TheOpt == (Value & Mask)) \ 31 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument 32 PUSH_MASKED_FLAG(Enum, Enum::TheOpt, TheOpt, Value, Text)
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.cpp | 130 #define PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) \ argument 131 PUSH_FLAG(Enum, TheOpt, Value, \ 132 ((Style == CharacteristicStyle::HeaderDefinition) ? #TheOpt \ 135 #define PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, \ argument 137 PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, \ 139 ? #TheOpt \
|