Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.h22 eMTE_allocation = 1, enumerator
H A DMemoryTagManagerAArch64MTE.cpp43 return eMTE_allocation; in GetAllocationTagType()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp320 allocation_tag_type = MemoryTagManagerAArch64MTE::eMTE_allocation; in AnnotateSyncTagCheckFault()
H A DNativeRegisterContextLinux_arm64.cpp972 if (type == MemoryTagManagerAArch64MTE::eMTE_allocation) { in GetMemoryTaggingDetails()