Home
last modified time | relevance | path

Searched refs:TLSSection (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()
63 TLSSection Res; in allocateTLSSection()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h116 struct TLSSection { struct
125 virtual TLSSection allocateTLSSection(uintptr_t Size, unsigned Alignment, argument
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp867 auto TLSSection = in emitSection() local
869 Addr = TLSSection.InitializationImage; in emitSection()
870 LoadAddress = TLSSection.Offset; in emitSection()
1287 RuntimeDyld::MemoryManager::TLSSection
/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp208 TrivialMemoryManager::TLSSection
359 TrivialMemoryManager::TLSSection
373 TLSSection Section; in allocateTLSSection()