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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMELFWriterInfo.h50 /// computeRelocation - Some relocatable fields could be relocated
53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
H A DARMELFWriterInfo.cpp73 long int ARMELFWriterInfo::computeRelocation(unsigned SymOffset, function in class:ARMELFWriterInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeELFWriterInfo.h50 /// computeRelocation - Some relocatable fields could be relocated
53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
H A DMBlazeELFWriterInfo.cpp100 long int MBlazeELFWriterInfo::computeRelocation(unsigned SymOffset, function in class:MBlazeELFWriterInfo
105 "computeRelocation unknown for this relocation type");
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsELFWriterInfo.h50 /// computeRelocation - Some relocatable fields could be relocated
53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
H A DMipsELFWriterInfo.cpp84 long int MipsELFWriterInfo::computeRelocation(unsigned SymOffset, function in class:MipsELFWriterInfo
91 llvm_unreachable("computeRelocation unknown for this relocation type");
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ELFWriterInfo.h50 /// computeRelocation - Some relocatable fields could be relocated
53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
H A DX86ELFWriterInfo.cpp139 long int X86ELFWriterInfo::computeRelocation(unsigned SymOffset, function in class:X86ELFWriterInfo
146 llvm_unreachable("computeRelocation unknown for this relocation type");
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetELFWriterInfo.h112 /// computeRelocation - Some relocatable fields could be relocated
115 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,

Completed in 103 milliseconds