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

  /external/llvm/lib/Target/X86/
X86Relocations.h 36 /// reloc_absolute_word - absolute relocation, just add the relocated
38 reloc_absolute_word = 2, enumerator in enum:llvm::X86::RelocationType
X86JITInfo.cpp 562 case X86::reloc_absolute_word:
X86CodeEmitter.cpp 429 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
    [all...]

Completed in 657 milliseconds