Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h116 struct TLSSection { struct
125 virtual TLSSection allocateTLSSection(uintptr_t Size, unsigned Alignment, argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp862 auto TLSSection = MemMgr.allocateTLSSection(Allocate, Alignment.value(), in emitSection() local