OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGOTBase
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h
64
///
getGOTBase
- If this is managing a Global Offset Table, this method should
66
virtual uint8_t *
getGOTBase
() const = 0;
/frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.h
144
virtual uint8_t *
getGOTBase
() const {
CodeEmitter.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
JITMemoryManager.cpp
464
uint8_t *
getGOTBase
() const {
/external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp
72
virtual uint8_t *
getGOTBase
() const { return Base->
getGOTBase
(); }
Completed in 173 milliseconds