Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h93 bool GetDisableASLR() const;
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp179 disable_aslr = target->GetDisableASLR(); in DoExecute()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3792 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR() function in TargetProperties
4270 if (GetDisableASLR()) in DisableASLRValueChangedCallback()