HomeSort by relevance Sort by last modified time
    Searched refs:NumRelocs (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Target/
TargetJITInfo.h 104 unsigned NumRelocs, unsigned char* GOTBase) {
105 assert(NumRelocs == 0 && "This target does not have relocations!");
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 59 unsigned NumRelocs, unsigned char *GOTBase);
MipsJITInfo.cpp 248 unsigned NumRelocs, unsigned char *GOTBase) {
249 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) {
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 38 unsigned NumRelocs, unsigned char* GOTBase);
PPCJITInfo.cpp 414 unsigned NumRelocs, unsigned char* GOTBase) {
415 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) {
  /external/llvm/lib/Target/X86/
X86JITInfo.h 67 unsigned NumRelocs, unsigned char* GOTBase);
X86JITInfo.cpp 543 unsigned NumRelocs, unsigned char* GOTBase) {
544 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) {
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 81 unsigned NumRelocs, unsigned char* GOTBase);
ARMJITInfo.cpp 268 unsigned NumRelocs, unsigned char* GOTBase) {
269 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) {
  /external/llvm/lib/MC/
MachObjectWriter.cpp 795 unsigned NumRelocs = Relocs.size();
797 WriteSection(Asm, Layout, *it, SectionStart, RelocTableEnd, NumRelocs);
798 RelocTableEnd += NumRelocs * macho::RelocationInfoSize;
    [all...]

Completed in 140 milliseconds