Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h58 bool IsTLS(unsigned reg) const;
H A DRegisterContextPOSIX_arm64.cpp54 bool RegisterContextPOSIX_arm64::IsTLS(unsigned reg) const { in RegisterContextPOSIX_arm64()
50 bool RegisterContextPOSIX_arm64::IsTLS(unsigned reg) const { IsTLS() function in RegisterContextPOSIX_arm64
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp558 bool IsTLS = isTLS(Section); in computeTotalAllocSize() local
592 } else if (!IsTLS) { in computeTotalAllocSize()
813 bool IsTLS = isTLS(Section); in emitSection() local
861 if (IsTLS) { in emitSection()
917 if (IsTLS) in emitSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp315 } else if (IsTLS(reg)) { in ReadRegister()