HomeSort by relevance Sort by last modified time
    Searched defs:RelocationType (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Alpha/
AlphaRelocations.h 21 enum RelocationType {
  /external/llvm/lib/Target/MBlaze/
MBlazeRelocations.h 21 enum RelocationType {
  /external/llvm/lib/Target/Mips/
MipsRelocations.h 22 enum RelocationType {
  /external/llvm/lib/Target/PowerPC/
PPCRelocations.h 27 enum RelocationType {
  /external/llvm/lib/Target/X86/
X86Relocations.h 21 /// RelocationType - An enum for the x86 relocation codes. Note that
26 enum RelocationType {
  /external/llvm/lib/Target/ARM/
ARMRelocations.h 21 enum RelocationType {
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 76 enum RelocationType {
82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType,
86 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
90 Result.TargetReloType = RelocationType;
102 unsigned RelocationType,
106 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
110 Result.TargetReloType = RelocationType;
121 static MachineRelocation getBB(uintptr_t offset,unsigned RelocationType,
123 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
127 Result.TargetReloType = RelocationType;
    [all...]

Completed in 237 milliseconds