Searched refs:MachORelocation (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachORelocation.h1 //=== MachORelocation.h - Mach-O Relocation Info ----------------*- C++ -*-===//
10 // This file defines the MachORelocation class.
22 /// MachORelocation - This struct contains information about each relocation
25 class MachORelocation { class in namespace:llvm
47 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, function in class:llvm::MachORelocation

Completed in 106 milliseconds