Home
last modified time | relevance | path

Searched defs:allocateThreadLocalMemory (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetJITInfo.h116 virtual char* allocateThreadLocalMemory(size_t size) { in allocateThreadLocalMemory() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp560 char* X86JITInfo::allocateThreadLocalMemory(size_t size) { in allocateThreadLocalMemory() function in X86JITInfo