OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reloc_pcrel_word
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/MBlaze/
MBlazeRelocations.h
22
///
reloc_pcrel_word
- PC relative relocation, add the relocated value to
24
reloc_pcrel_word
= 0,
enumerator in enum:llvm::MBlaze::RelocationType
/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
270
X86::
reloc_pcrel_word
, MBB));
286
else if (Reloc == X86::
reloc_pcrel_word
)
334
else if (Reloc == X86::
reloc_pcrel_word
)
354
else if (Reloc == X86::
reloc_pcrel_word
)
433
(IsPCRel ? X86::
reloc_pcrel_word
: X86::reloc_absolute_word_sext)
[
all
...]
X86JITInfo.cpp
547
case X86::
reloc_pcrel_word
: {
Completed in 67 milliseconds