Home
last modified time | relevance | path

Searched refs:computeRelocation (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.h52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
DMBlazeELFWriterInfo.cpp102 long int MBlazeELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() function in MBlazeELFWriterInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMELFWriterInfo.h52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
DARMELFWriterInfo.cpp77 long int ARMELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() function in ARMELFWriterInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.h53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
DX86ELFWriterInfo.cpp143 long int X86ELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() function in X86ELFWriterInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h117 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp818 int64_t Value = TEW->computeRelocation(SymOffset, RelOffset, RelType); in EmitRelocations()