Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp862 auto TLSSection = MemMgr.allocateTLSSection(Allocate, Alignment.value(), in emitSection() local
864 Addr = TLSSection.InitializationImage; in emitSection()
865 LoadAddress = TLSSection.Offset; in emitSection()
1282 RuntimeDyld::MemoryManager::TLSSection
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp208 TrivialMemoryManager::TLSSection
359 TrivialMemoryManager::TLSSection
373 TLSSection Section; in allocateTLSSection()