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

/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeRelocations.h21 enum RelocationType { enum in namespace:llvm::MBlaze
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsRelocations.h22 enum RelocationType { enum in namespace:llvm::Mips
H A DMipsJITInfo.cpp254 switch ((Mips::RelocationType) MR->getRelocationType()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86Relocations.h21 /// RelocationType - An enum for the x86 relocation codes. Note that
26 enum RelocationType { enum in namespace:llvm::X86
H A DX86JITInfo.cpp546 switch ((X86::RelocationType)MR->getRelocationType()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMRelocations.h21 enum RelocationType { enum in namespace:llvm::ARM
H A DARMJITInfo.cpp239 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType();
272 switch ((ARM::RelocationType)MR->getRelocationType()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCRelocations.h27 enum RelocationType { enum in namespace:llvm::PPC
H A DPPCJITInfo.cpp418 switch ((PPC::RelocationType)MR->getRelocationType()) {
/freebsd-10.0-release/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
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, argument
123 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
127 Result.TargetReloType = RelocationType;
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 90 milliseconds