Searched refs:RelTy (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsELFWriterInfo.cpp50 long int MipsELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, argument
52 switch(RelTy) {
59 unsigned MipsELFWriterInfo::getRelocationTySize(unsigned RelTy) const {
60 switch(RelTy) {
69 bool MipsELFWriterInfo::isPCRelativeRel(unsigned RelTy) const {
70 switch(RelTy) {
86 unsigned RelTy) const {
88 if (RelTy == ELF::R_MIPS_GOT16)
H A DMipsELFWriterInfo.h37 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
54 unsigned RelTy) const;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMELFWriterInfo.h37 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
54 unsigned RelTy) const;
H A DARMELFWriterInfo.cpp54 long int ARMELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, argument
60 unsigned ARMELFWriterInfo::getRelocationTySize(unsigned RelTy) const {
64 bool ARMELFWriterInfo::isPCRelativeRel(unsigned RelTy) const {
75 unsigned RelTy) const {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeELFWriterInfo.h37 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
54 unsigned RelTy) const;
H A DMBlazeELFWriterInfo.cpp46 long int MBlazeELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, argument
48 switch (RelTy) {
58 unsigned MBlazeELFWriterInfo::getRelocationTySize(unsigned RelTy) const {
60 switch (RelTy) {
83 bool MBlazeELFWriterInfo::isPCRelativeRel(unsigned RelTy) const {
85 switch (RelTy) {
102 unsigned RelTy) const {
103 assert((RelTy == ELF::R_MICROBLAZE_32_PCREL ||
104 RelTy == ELF::R_MICROBLAZE_64_PCREL) &&
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ELFWriterInfo.h37 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
54 unsigned RelTy) const;
H A DX86ELFWriterInfo.cpp65 long int X86ELFWriterInfo::getDefaultAddendForRelTy(unsigned RelTy, argument
68 switch(RelTy) {
78 switch(RelTy) {
87 unsigned X86ELFWriterInfo::getRelocationTySize(unsigned RelTy) const {
89 switch(RelTy) {
100 switch(RelTy) {
110 bool X86ELFWriterInfo::isPCRelativeRel(unsigned RelTy) const {
112 switch(RelTy) {
123 switch(RelTy) {
141 unsigned RelTy) cons
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetELFWriterInfo.h99 virtual long int getDefaultAddendForRelTy(unsigned RelTy,
103 virtual unsigned getRelocationTySize(unsigned RelTy) const = 0;
106 virtual bool isPCRelativeRel(unsigned RelTy) const = 0;
116 unsigned RelTy) const = 0;

Completed in 176 milliseconds