Home
last modified time | relevance | path

Searched refs:MachineRelTy (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.cpp35 unsigned X86ELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType()
37 switch(MachineRelTy) { in getRelocationType()
51 switch(MachineRelTy) { in getRelocationType()
DX86ELFWriterInfo.h29 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMELFWriterInfo.cpp35 unsigned ARMELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType()
36 switch (MachineRelTy) { in getRelocationType()
DARMELFWriterInfo.h28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.cpp35 unsigned MBlazeELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType()
36 switch (MachineRelTy) { in getRelocationType()
DMBlazeELFWriterInfo.h28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp191 unsigned MachineRelTy = TEW->getAbsoluteLabelMachineRelTy(); in emitJumpTables() local
193 MachineRelocation::getBB(JTSection.size(), MachineRelTy, MBBs[mi]); in emitJumpTables()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h93 virtual unsigned getRelocationType(unsigned MachineRelTy) const = 0;