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

  /frameworks/rs/cpu_ref/linkloader/include/
StubLayout.h 35 void *allocateStub(void *addr = 0);
  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 85 /// allocateStub - This method is called by the JIT to allocate space for a
93 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
  /external/llvm/tools/lli/
RecordingMemoryManager.h 71 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
RecordingMemoryManager.cpp 81 uint8_t *RecordingMemoryManager::allocateStub(const GlobalValue* F, unsigned StubSize,
  /frameworks/rs/cpu_ref/linkloader/lib/
StubLayout.cpp 34 void *StubLayout::allocateStub(void *addr) {
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 241 void *stub = stub_layout->allocateStub(callee_addr);
526 void *stub = text->getStubLayout()->allocateStub((void *)A);
537 void *stub = text->getStubLayout()->allocateStub((void *)S);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 271 MemMgr->allocateStub(NULL, Size, 8);
276 MemMgr->allocateStub(NULL, Size, 8);
JITTest.cpp 116 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
119 return Base->allocateStub(F, StubSize, Alignment);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
JITMemoryManager.cpp 454 /// allocateStub - Allocate memory for a function stub.
455 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
    [all...]

Completed in 1040 milliseconds