Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DExecutableFileMemoryManager.h60 TLSSection allocateTLSSection(uintptr_t Size, unsigned Alignment, in allocateTLSSection() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h125 virtual TLSSection allocateTLSSection(uintptr_t Size, unsigned Alignment,
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp868 MemMgr.allocateTLSSection(Allocate, Alignment, SectionID, Name); in emitSection()
1288 RuntimeDyld::MemoryManager::allocateTLSSection(uintptr_t Size, in allocateTLSSection() function in llvm::RuntimeDyld::MemoryManager