Searched refs:NumRelocs (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetJITInfo.h | 104 unsigned NumRelocs, unsigned char* GOTBase) { in relocate() argument 105 assert(NumRelocs == 0 && "This target does not have relocations!"); in relocate()
|
/external/llvm/lib/Target/Mips/ |
D | MipsJITInfo.cpp | 248 unsigned NumRelocs, unsigned char *GOTBase) { in relocate() argument 249 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) { in relocate()
|
D | MipsJITInfo.h | 59 unsigned NumRelocs, unsigned char *GOTBase);
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCJITInfo.h | 38 unsigned NumRelocs, unsigned char* GOTBase);
|
D | PPCJITInfo.cpp | 414 unsigned NumRelocs, unsigned char* GOTBase) { in relocate() argument 415 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) { in relocate()
|
/external/llvm/lib/Target/X86/ |
D | X86JITInfo.h | 67 unsigned NumRelocs, unsigned char* GOTBase);
|
D | X86JITInfo.cpp | 543 unsigned NumRelocs, unsigned char* GOTBase) { in relocate() argument 544 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) { in relocate()
|
/external/llvm/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 268 unsigned NumRelocs, unsigned char* GOTBase) { in relocate() argument 269 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) { in relocate()
|
D | ARMJITInfo.h | 81 unsigned NumRelocs, unsigned char* GOTBase);
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 795 unsigned NumRelocs = Relocs.size(); in WriteObject() local 797 WriteSection(Asm, Layout, *it, SectionStart, RelocTableEnd, NumRelocs); in WriteObject() 798 RelocTableEnd += NumRelocs * macho::RelocationInfoSize; in WriteObject()
|