Searched refs:GOTBase (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.h59 unsigned NumRelocs, unsigned char *GOTBase) override;
H A DMipsJITInfo.cpp249 unsigned NumRelocs, unsigned char *GOTBase) {
248 relocate(void *Function, MachineRelocation *MR, unsigned NumRelocs, unsigned char *GOTBase) argument
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h35 unsigned char *GOTBase) override;
H A DPPCJITInfo.cpp425 unsigned NumRelocs, unsigned char* GOTBase) {
424 relocate(void *Function, MachineRelocation *MR, unsigned NumRelocs, unsigned char* GOTBase) argument
/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.h57 unsigned NumRelocs, unsigned char *GOTBase) override;
H A DSparcJITInfo.cpp277 unsigned NumRelocs, unsigned char *GOTBase) {
276 relocate(void *Function, MachineRelocation *MR, unsigned NumRelocs, unsigned char *GOTBase) argument
/external/llvm/lib/Target/X86/
H A DX86JITInfo.h65 unsigned NumRelocs, unsigned char* GOTBase) override;
H A DX86JITInfo.cpp549 unsigned NumRelocs, unsigned char* GOTBase) {
548 relocate(void *Function, MachineRelocation *MR, unsigned NumRelocs, unsigned char* GOTBase) argument
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h104 unsigned NumRelocs, unsigned char* GOTBase) {
103 relocate(void *Function, MachineRelocation *MR, unsigned NumRelocs, unsigned char* GOTBase) argument
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h80 unsigned NumRelocs, unsigned char* GOTBase) override;
H A DARMJITInfo.cpp269 unsigned NumRelocs, unsigned char* GOTBase) {
268 relocate(void *Function, MachineRelocation *MR, unsigned NumRelocs, unsigned char* GOTBase) argument
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp327 uint8_t *GOTBase; // Target Specific reserved memory member in class:__anon25849::DefaultJITMemoryManager
528 return GOTBase;
642 GOTBase = nullptr;
646 assert(!GOTBase && "Cannot allocate the got multiple times");
647 GOTBase = new uint8_t[sizeof(void*) * 8192];
655 delete[] GOTBase;

Completed in 172 milliseconds