Home
last modified time | relevance | path

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

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