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

  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 240 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType();
273 switch ((ARM::RelocationType)MR->getRelocationType()) {
290 if (MR->getRelocationType() == ARM::reloc_arm_vfp_cp_entry)
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 429 switch ((PPC::RelocationType)MR->getRelocationType()) {
451 if (MR->getRelocationType() == PPC::reloc_absolute_high) {
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 255 switch ((Mips::RelocationType) MR->getRelocationType()) {
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 200 /// getRelocationType - Return the target-specific relocation ID for this
202 unsigned getRelocationType() const {
  /external/llvm/lib/Target/Sparc/
SparcJITInfo.cpp 282 switch ((SP::RelocationType) MR->getRelocationType()) {
  /external/llvm/include/llvm/Object/
ObjectFile.h 281 virtual std::error_code getRelocationType(DataRefImpl Rel,
511 return OwningObject->getRelocationType(RelocationPimpl, Result);
MachO.h 110 std::error_code getRelocationType(DataRefImpl Rel,
COFF.h 408 std::error_code getRelocationType(DataRefImpl Rel,
ELFObjectFile.h 109 std::error_code getRelocationType(DataRefImpl Rel,
613 std::error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel,
    [all...]
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 553 switch ((X86::RelocationType)MR->getRelocationType()) {
  /external/llvm/lib/Object/
MachOObjectFile.cpp 889 std::error_code MachOObjectFile::getRelocationType(DataRefImpl Rel,
901 getRelocationType(Rel, RType);
    [all...]
COFFObjectFile.cpp 878 std::error_code COFFObjectFile::getRelocationType(DataRefImpl Rel,
    [all...]

Completed in 427 milliseconds