LLVM API Documentation
#include "llvm/Object/ELF.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
namespace | llvm::object |
Defines | |
#define | LLVM_ELF_SWITCH_RELOC_TYPE_NAME(enum) |
Functions | |
StringRef | llvm::object::getELFRelocationTypeName (uint32_t Machine, uint32_t Type) |
#define LLVM_ELF_SWITCH_RELOC_TYPE_NAME | ( | enum | ) |
case ELF::enum: \ return #enum; \
Definition at line 15 of file ELF.cpp.
Referenced by llvm::object::getELFRelocationTypeName().