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

  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaRelocations.h 21 enum RelocationType {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRelocations.h 21 enum RelocationType {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsRelocations.h 22 enum RelocationType {
MipsJITInfo.cpp 202 switch ((Mips::RelocationType) MR->getRelocationType()) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Relocations.h 21 /// RelocationType - An enum for the x86 relocation codes. Note that
26 enum RelocationType {
X86JITInfo.cpp 532 switch ((X86::RelocationType)MR->getRelocationType()) {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCRelocations.h 27 enum RelocationType {
PPCJITInfo.cpp 415 switch ((PPC::RelocationType)MR->getRelocationType()) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMRelocations.h 21 enum RelocationType {
ARMJITInfo.cpp 239 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType();
272 switch ((ARM::RelocationType)MR->getRelocationType()) {
  /external/swiftshader/third_party/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...]
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 41 MCSymbolRefExpr::VariantKind RelocationType;
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 = MCSymbolRefExpr::VK_Hexagon_IE
    [all...]

Completed in 272 milliseconds