HomeSort by relevance Sort by last modified time
    Searched full:computerelocation (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/ARM/
ARMELFWriterInfo.h 49 /// computeRelocation - Some relocatable fields could be relocated
52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
ARMELFWriterInfo.cpp 77 long int ARMELFWriterInfo::computeRelocation(unsigned SymOffset,
  /external/llvm/lib/Target/MBlaze/
MBlazeELFWriterInfo.h 49 /// computeRelocation - Some relocatable fields could be relocated
52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
MBlazeELFWriterInfo.cpp 102 long int MBlazeELFWriterInfo::computeRelocation(unsigned SymOffset,
108 assert(0 && "computeRelocation unknown for this relocation type");
  /external/llvm/lib/Target/X86/
X86ELFWriterInfo.h 50 /// computeRelocation - Some relocatable fields could be relocated
53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
X86ELFWriterInfo.cpp 143 long int X86ELFWriterInfo::computeRelocation(unsigned SymOffset,
150 assert(0 && "computeRelocation unknown for this relocation type");
  /external/llvm/include/llvm/Target/
TargetELFWriterInfo.h 114 /// computeRelocation - Some relocatable fields could be relocated
117 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 818 int64_t Value = TEW->computeRelocation(SymOffset, RelOffset, RelType);
    [all...]

Completed in 808 milliseconds