Searched refs:computeRelocation (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeELFWriterInfo.h | 52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
D | MBlazeELFWriterInfo.cpp | 102 long int MBlazeELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() function in MBlazeELFWriterInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMELFWriterInfo.h | 52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
D | ARMELFWriterInfo.cpp | 77 long int ARMELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() function in ARMELFWriterInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ELFWriterInfo.h | 53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
D | X86ELFWriterInfo.cpp | 143 long int X86ELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() function in X86ELFWriterInfo
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetELFWriterInfo.h | 117 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 818 int64_t Value = TEW->computeRelocation(SymOffset, RelOffset, RelType); in EmitRelocations()
|