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 108 unsigned NumRelocs, unsigned char* GOTBase) {
109 assert(NumRelocs == 0 && "This target does not have relocations!");
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 60 unsigned NumRelocs, unsigned char* GOTBase);
MipsJITInfo.cpp 196 unsigned NumRelocs, unsigned char* GOTBase) {
197 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) {