|
LLVM
4.0.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | r_word0 |
| uint32_t | r_word1 |
Definition at line 941 of file Support/MachO.h.
| uint32_t llvm::MachO::any_relocation_info::r_word0 |
Definition at line 942 of file Support/MachO.h.
Referenced by getPlainRelocationAddress(), getScatteredRelocationAddress(), getScatteredRelocationLength(), getScatteredRelocationPCRel(), llvm::object::MachOObjectFile::getScatteredRelocationScattered(), llvm::object::MachOObjectFile::getScatteredRelocationType(), makeRelocationInfo(), makeScatteredRelocationInfo(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::any_relocation_info::r_word1 |
Definition at line 942 of file Support/MachO.h.
Referenced by llvm::object::MachOObjectFile::getPlainRelocationExternal(), getPlainRelocationLength(), getPlainRelocationPCRel(), llvm::object::MachOObjectFile::getPlainRelocationSymbolNum(), getPlainRelocationType(), llvm::object::MachOObjectFile::getScatteredRelocationValue(), makeRelocationInfo(), makeScatteredRelocationInfo(), and llvm::MachO::swapStruct().
1.8.6