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

  /external/llvm/lib/Target/MBlaze/
MBlazeRelocations.h 40 /// reloc_absolute_dword - absolute relocation, just add the relocated
42 reloc_absolute_dword = 4 enumerator in enum:llvm::MBlaze::RelocationType
  /external/llvm/lib/Target/X86/
X86Relocations.h 45 /// reloc_absolute_dword - absolute relocation, just add the relocated
47 reloc_absolute_dword = 4 enumerator in enum:llvm::X86::RelocationType
X86JITInfo.cpp 567 case X86::reloc_absolute_dword:
X86CodeEmitter.cpp 296 if (Reloc == X86::reloc_absolute_dword)
318 if (Reloc == X86::reloc_absolute_dword)
339 if (Reloc == X86::reloc_absolute_dword)
359 if (Reloc == X86::reloc_absolute_dword)
    [all...]

Completed in 34 milliseconds