Searched refs:TheOpt (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.h | 25 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument 26 if (Enum::TheOpt == (Value & Mask)) \ 29 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument 30 PUSH_MASKED_FLAG(Enum, Enum::TheOpt, TheOpt, Value, Text)
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.cpp | 132 #define PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) \ argument 133 PUSH_FLAG(Enum, TheOpt, Value, \ 134 ((Style == CharacteristicStyle::HeaderDefinition) ? #TheOpt \ 137 #define PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, \ argument 139 PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, \ 141 ? #TheOpt \
|