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