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

  /external/llvm/lib/Target/X86/
X86Relocations.h 27 /// reloc_pcrel_word - PC relative relocation, add the relocated value to
29 reloc_pcrel_word = 0, enumerator in enum:llvm::X86::RelocationType
X86CodeEmitter.cpp 265 X86::reloc_pcrel_word, MBB));
281 else if (Reloc == X86::reloc_pcrel_word)
329 else if (Reloc == X86::reloc_pcrel_word)
349 else if (Reloc == X86::reloc_pcrel_word)
428 (IsPCRel ? X86::reloc_pcrel_word : X86::reloc_absolute_word_sext)
    [all...]
X86JITInfo.cpp 548 case X86::reloc_pcrel_word: {

Completed in 40 milliseconds