Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRMemoryMap.cpp221 case eAllocationPolicyHostOnly: in Allocation()
257 case eAllocationPolicyHostOnly: in Malloc()
276 policy = eAllocationPolicyHostOnly; in Malloc()
332 case eAllocationPolicyHostOnly: in Malloc()
392 case eAllocationPolicyHostOnly: in Free()
457 case eAllocationPolicyHostOnly: in WriteMemory()
587 case eAllocationPolicyHostOnly: in ReadMemory()
738 case eAllocationPolicyHostOnly: in GetMemoryData()
DClangUserExpression.cpp669 …ryMap::AllocationPolicy policy = m_can_interpret ? IRMemoryMap::eAllocationPolicyHostOnly : IRMemo… in PrepareToExecuteJITExpression()
695 … IRMemoryMap::eAllocationPolicyHostOnly, in PrepareToExecuteJITExpression()
/external/lldb/include/lldb/Expression/
DIRMemoryMap.h45eAllocationPolicyHostOnly, ///< This allocation was created in the host and will neve… enumerator