OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelocationType
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Target/ARM/
ARMELFWriterInfo.h
26
///
getRelocationType
- Returns the target specific ELF Relocation type.
28
virtual unsigned
getRelocationType
(unsigned MachineRelTy) const;
ARMELFWriterInfo.cpp
35
unsigned ARMELFWriterInfo::
getRelocationType
(unsigned MachineRelTy) const {
ARMJITInfo.cpp
240
ARM::RelocationType RT = (ARM::RelocationType)MR->
getRelocationType
();
274
switch ((ARM::RelocationType)MR->
getRelocationType
()) {
291
if (MR->
getRelocationType
() == ARM::reloc_arm_vfp_cp_entry)
/external/llvm/lib/Target/MBlaze/
MBlazeELFWriterInfo.h
26
///
getRelocationType
- Returns the target specific ELF Relocation type.
28
virtual unsigned
getRelocationType
(unsigned MachineRelTy) const;
MBlazeELFWriterInfo.cpp
35
unsigned MBlazeELFWriterInfo::
getRelocationType
(unsigned MachineRelTy) const {
/external/llvm/lib/Target/X86/
X86ELFWriterInfo.h
27
///
getRelocationType
- Returns the target specific ELF Relocation type.
29
virtual unsigned
getRelocationType
(unsigned MachineRelTy) const;
X86ELFWriterInfo.cpp
35
unsigned X86ELFWriterInfo::
getRelocationType
(unsigned MachineRelTy) const {
X86JITInfo.cpp
538
switch ((X86::RelocationType)MR->
getRelocationType
()) {
/external/llvm/include/llvm/Target/
TargetELFWriterInfo.h
91
///
getRelocationType
- Returns the target specific ELF Relocation type.
93
virtual unsigned
getRelocationType
(unsigned MachineRelTy) const = 0;
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp
415
switch ((PPC::RelocationType)MR->
getRelocationType
()) {
437
if (MR->
getRelocationType
() == PPC::reloc_absolute_high) {
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
200
///
getRelocationType
- Return the target-specific relocation ID for this
202
unsigned
getRelocationType
() const {
/external/llvm/lib/CodeGen/
ELFWriter.cpp
785
unsigned RelType = TEW->
getRelocationType
(MR.
getRelocationType
());
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
[
all
...]
Completed in 844 milliseconds