LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
ELF.cpp File Reference
#include "llvm/Object/ELF.h"
Include dependency graph for ELF.cpp:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::object
 

Macros

#define LLVM_ELF_SWITCH_RELOC_TYPE_NAME(enum)
 

Functions

StringRef llvm::object::getELFRelocationTypeName (uint32_t Machine, uint32_t Type)
 

Macro Definition Documentation

#define LLVM_ELF_SWITCH_RELOC_TYPE_NAME (   enum)
Value:
case ELF::enum: \
return #enum; \

Definition at line 15 of file ELF.cpp.

Referenced by llvm::object::getELFRelocationTypeName().