LLVM 19.0.0git
Macros
XCOFF.cpp File Reference
#include "llvm/BinaryFormat/XCOFF.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/Error.h"

Go to the source code of this file.

Macros

#define SMC_CASE(A)
 
#define RELOC_CASE(A)
 
#define LANG_CASE(A)
 

Macro Definition Documentation

◆ LANG_CASE

#define LANG_CASE (   A)
Value:
case XCOFF::TracebackTable::A: \
return #A;
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")

Definition at line 83 of file XCOFF.cpp.

◆ RELOC_CASE

#define RELOC_CASE (   A)
Value:
case XCOFF::A: \
return #A;

Definition at line 50 of file XCOFF.cpp.

◆ SMC_CASE

#define SMC_CASE (   A)
Value:
case XCOFF::XMC_##A: \
return #A;

Definition at line 17 of file XCOFF.cpp.