OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOTBase
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.h
38
unsigned NumRelocs, unsigned char*
GOTBase
);
PPCJITInfo.cpp
411
unsigned NumRelocs, unsigned char*
GOTBase
) {
/external/llvm/include/llvm/Target/
TargetJITInfo.h
108
unsigned NumRelocs, unsigned char*
GOTBase
) {
/external/llvm/lib/Target/X86/
X86JITInfo.h
67
unsigned NumRelocs, unsigned char*
GOTBase
);
X86JITInfo.cpp
534
unsigned NumRelocs, unsigned char*
GOTBase
) {
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
81
unsigned NumRelocs, unsigned char*
GOTBase
);
ARMJITInfo.cpp
270
unsigned NumRelocs, unsigned char*
GOTBase
) {
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
296
uint8_t *
GOTBase
; // Target Specific reserved memory
465
return
GOTBase
;
593
GOTBase
= NULL;
597
assert(
GOTBase
== 0 && "Cannot allocate the got multiple times");
598
GOTBase
= new uint8_t[sizeof(void*) * 8192];
606
delete[]
GOTBase
;
Completed in 572 milliseconds