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

/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsRelocations.h22 enum RelocationType { enum in namespace:llvm::Mips
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCRelocations.h27 enum RelocationType { enum in namespace:llvm::PPC
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86Relocations.h26 enum RelocationType { enum in namespace:llvm::X86
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMRelocations.h21 enum RelocationType { enum in namespace:llvm::ARM
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcRelocations.h22 enum RelocationType { enum in namespace:llvm::SP
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h76 enum RelocationType { enum in class:llvm::MachineRelocation
82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType, argument
121 static MachineRelocation getBB(uintptr_t offset,unsigned RelocationType, argument
101 getIndirectSymbol(uintptr_t offset, unsigned RelocationType, GlobalValue *GV, intptr_t cst = 0, bool MayNeedFarStub = 0, bool GOTrelative = 0) argument
139 getExtSym(uintptr_t offset, unsigned RelocationType, const char *ES, intptr_t cst = 0, bool GOTrelative = 0, bool NeedStub = true) argument
159 getConstPool(uintptr_t offset,unsigned RelocationType, unsigned CPI, intptr_t cst = 0, bool letTargetResolve = false) argument
178 getJumpTable(uintptr_t offset,unsigned RelocationType, unsigned JTI, intptr_t cst = 0, bool letTargetResolve = false) argument
[all...]

Completed in 57 milliseconds