OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reloc_picrel_word
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRelocations.h
26
///
reloc_picrel_word
- PIC base relative relocation, add the relocated
29
reloc_picrel_word
= 1,
enumerator in enum:llvm::MBlaze::RelocationType
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Relocations.h
31
///
reloc_picrel_word
- PIC base relative relocation, add the relocated
34
reloc_picrel_word
= 1,
enumerator in enum:llvm::X86::RelocationType
X86ELFWriterInfo.cpp
46
case X86::
reloc_picrel_word
:
58
case X86::
reloc_picrel_word
:
X86CodeEmitter.cpp
266
if (Reloc == X86::
reloc_picrel_word
)
290
intptr_t RelocCST = (Reloc == X86::
reloc_picrel_word
) ? PICBaseOffset : 0;
314
if (Reloc == X86::
reloc_picrel_word
)
334
if (Reloc == X86::
reloc_picrel_word
)
416
: (IsPIC ? X86::
reloc_picrel_word
: X86::reloc_absolute_word);
834
: (IsPIC ? X86::
reloc_picrel_word
: X86::reloc_absolute_word);
[
all
...]
X86JITInfo.cpp
540
case X86::
reloc_picrel_word
: {
Completed in 74 milliseconds