Home
last modified time | relevance | path

Searched refs:allocateTLSSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h125 virtual TLSSection allocateTLSSection(uintptr_t Size, unsigned Alignment,
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp209 allocateTLSSection(uintptr_t Size, unsigned Alignment, unsigned SectionID,
360 TrivialMemoryManager::allocateTLSSection(uintptr_t Size, unsigned Alignment, in allocateTLSSection() function in TrivialMemoryManager
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp862 auto TLSSection = MemMgr.allocateTLSSection(Allocate, Alignment.value(), in emitSection()
1283 RuntimeDyld::MemoryManager::allocateTLSSection(uintptr_t Size, in allocateTLSSection() function in llvm::RuntimeDyld::MemoryManager