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

  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 59 unsigned NumRelocs, unsigned char *GOTBase);
MipsJITInfo.cpp 248 unsigned NumRelocs, unsigned char *GOTBase) {
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 38 unsigned NumRelocs, unsigned char* GOTBase);
PPCJITInfo.cpp 414 unsigned NumRelocs, unsigned char* GOTBase) {
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 104 unsigned NumRelocs, unsigned char* GOTBase) {
  /external/llvm/lib/Target/X86/
X86JITInfo.h 67 unsigned NumRelocs, unsigned char* GOTBase);
X86JITInfo.cpp 543 unsigned NumRelocs, unsigned char* GOTBase) {
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 81 unsigned NumRelocs, unsigned char* GOTBase);
ARMJITInfo.cpp 268 unsigned NumRelocs, unsigned char* GOTBase) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 312 uint8_t *GOTBase; // Target Specific reserved memory
522 return GOTBase;
644 GOTBase = NULL;
648 assert(GOTBase == 0 && "Cannot allocate the got multiple times");
649 GOTBase = new uint8_t[sizeof(void*) * 8192];
657 delete[] GOTBase;
    [all...]

Completed in 156 milliseconds