Home
last modified time | relevance | path

Searched refs:allocateThreadLocalMemory (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.h72 virtual char* allocateThreadLocalMemory(size_t size);
DX86JITInfo.cpp560 char* X86JITInfo::allocateThreadLocalMemory(size_t size) { in allocateThreadLocalMemory() function in X86JITInfo
/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/ExecutionEngine/JIT/
DJIT.cpp796 Ptr = TJI.allocateThreadLocalMemory(S); in getMemoryForGV()