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

  /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 568 case X86::reloc_absolute_dword:
X86CodeEmitter.cpp 291 if (Reloc == X86::reloc_absolute_dword)
313 if (Reloc == X86::reloc_absolute_dword)
334 if (Reloc == X86::reloc_absolute_dword)
354 if (Reloc == X86::reloc_absolute_dword)
    [all...]

Completed in 761 milliseconds