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

/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaRelocations.h21 enum RelocationType { enum in namespace:llvm::Alpha
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeRelocations.h21 enum RelocationType { enum in namespace:llvm::MBlaze
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsRelocations.h22 enum RelocationType { enum in namespace:llvm::Mips
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCRelocations.h27 enum RelocationType { enum in namespace:llvm::PPC
/external/swiftshader/third_party/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
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMRelocations.h21 enum RelocationType { enum in namespace:llvm::ARM
/external/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp41 MCSymbolRefExpr::VariantKind RelocationType; local
44 RelocationType = MCSymbolRefExpr::VK_None;
47 RelocationType = MCSymbolRefExpr::VK_Hexagon_PCREL;
50 RelocationType = MCSymbolRefExpr::VK_GOT;
53 RelocationType = MCSymbolRefExpr::VK_Hexagon_LO16;
56 RelocationType = MCSymbolRefExpr::VK_Hexagon_HI16;
59 RelocationType = MCSymbolRefExpr::VK_Hexagon_GPREL;
62 RelocationType = MCSymbolRefExpr::VK_Hexagon_GD_GOT;
65 RelocationType = MCSymbolRefExpr::VK_Hexagon_GD_PLT;
68 RelocationType
[all...]
/external/swiftshader/third_party/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 387 milliseconds