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

  /frameworks/rs/driver/linkloader/lib/
StubLayout.cpp 34 void *StubLayout::allocateStub(void *addr) {
  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 139 virtual uint8_t *allocateStub(const GlobalValue *F, unsigned StubSize,
  /external/llvm/tools/lli/
RecordingMemoryManager.cpp 81 uint8_t *RecordingMemoryManager::allocateStub(const GlobalValue* F, unsigned StubSize,
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 454 /// allocateStub - Allocate memory for a function stub.
455 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 97 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
100 return Base->allocateStub(F, StubSize, Alignment);

Completed in 91 milliseconds