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 - 6
of
6
) sorted by null
/external/swiftshader/third_party/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
MBlazeELFWriterInfo.cpp
37
case MBlaze::
reloc_pcrel_word
:
/external/swiftshader/third_party/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
X86ELFWriterInfo.cpp
38
case X86::
reloc_pcrel_word
:
52
case X86::
reloc_pcrel_word
:
X86CodeEmitter.cpp
252
X86::
reloc_pcrel_word
, MBB));
268
else if (Reloc == X86::
reloc_pcrel_word
)
316
else if (Reloc == X86::
reloc_pcrel_word
)
336
else if (Reloc == X86::
reloc_pcrel_word
)
415
(IsPCRel ? X86::
reloc_pcrel_word
: X86::reloc_absolute_word_sext)
791
emitGlobalAddress(MO.getGlobal(), X86::
reloc_pcrel_word
,
797
emitExternalSymbolAddress(MO.getSymbolName(), X86::
reloc_pcrel_word
);
803
emitJumpTableAddress(MO.getIndex(), X86::
reloc_pcrel_word
);
833
unsigned rt = Is64BitMode ? X86::
reloc_pcrel_word
[
all
...]
X86JITInfo.cpp
533
case X86::
reloc_pcrel_word
: {
Completed in 6354 milliseconds