Searched defs:MachineRelocation (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h1 //===-- llvm/CodeGen/MachineRelocation.h - Target Relocation ----*- C++ -*-===//
10 // This file defines the MachineRelocation class.
24 /// MachineRelocation - This represents a target-specific relocation value,
38 class MachineRelocation { class in namespace:llvm
80 /// MachineRelocation::getGV - Return a relocation entry for a GlobalValue.
82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType,
87 MachineRelocation Result;
99 /// MachineRelocation::getIndirectSymbol - Return a relocation entry for an
101 static MachineRelocation getIndirectSymbol(uintptr_t offset,
107 MachineRelocation Resul
[all...]

Completed in 63 milliseconds