|
LLVM 22.0.0git
|
#include "llvm/BinaryFormat/XCOFF.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/Support/Errc.h"#include "llvm/Support/Error.h"#include "llvm/TargetParser/PPCTargetParser.h"Go to the source code of this file.
Macros | |
| #define | SMC_CASE(A) |
| #define | RELOC_CASE(A) |
| #define | LANG_CASE(A) |
| #define | TCPU_CASE(A) |
| #define LANG_CASE | ( | A | ) |
Definition at line 85 of file XCOFF.cpp.
Referenced by llvm::XCOFF::getNameForTracebackTableLanguageId().
| #define RELOC_CASE | ( | A | ) |
Definition at line 52 of file XCOFF.cpp.
Referenced by llvm::XCOFF::getRelocationTypeString().
| #define SMC_CASE | ( | A | ) |
Definition at line 19 of file XCOFF.cpp.
Referenced by llvm::XCOFF::getMappingClassString().