|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/PDB/Native/FormatUtil.h"#include "llvm/ADT/STLForwardCompat.h"#include "llvm/ADT/StringExtras.h"#include "llvm/BinaryFormat/COFF.h"#include "llvm/DebugInfo/CodeView/CodeView.h"#include "llvm/Support/FormatAdapters.h"#include "llvm/Support/FormatVariadic.h"#include "llvm/DebugInfo/CodeView/CodeViewSymbols.def"#include "llvm/DebugInfo/CodeView/CodeViewTypes.def"Go to the source code of this file.
Macros | |
| #define | SYMBOL_RECORD(EnumName, value, name) |
| #define | CV_SYMBOL(EnumName, value) |
| #define | TYPE_RECORD(EnumName, value, name) |
| #define | PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) |
| #define | PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, Descriptive) |
| #define CV_SYMBOL | ( | EnumName, | |
| value ) |
| #define PUSH_CHARACTERISTIC_FLAG | ( | Enum, | |
| TheOpt, | |||
| Value, | |||
| Style, | |||
| Descriptive ) |
Definition at line 130 of file FormatUtil.cpp.
Referenced by llvm::pdb::formatSectionCharacteristics().
| #define PUSH_MASKED_CHARACTERISTIC_FLAG | ( | Enum, | |
| Mask, | |||
| TheOpt, | |||
| Value, | |||
| Style, | |||
| Descriptive ) |
Definition at line 135 of file FormatUtil.cpp.
Referenced by llvm::pdb::formatSectionCharacteristics().