Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRMemoryMap.cpp279 case eAllocationPolicyHostOnly: in Allocation()
320 case eAllocationPolicyHostOnly: in Malloc()
351 policy = eAllocationPolicyHostOnly; in Malloc()
409 case eAllocationPolicyHostOnly: in Malloc()
461 case eAllocationPolicyHostOnly: { in Free()
545 case eAllocationPolicyHostOnly: in WriteMemory()
669 case eAllocationPolicyHostOnly: in ReadMemory()
830 case eAllocationPolicyHostOnly: in GetMemoryData()
DLLVMUserExpression.cpp312 m_can_interpret ? IRMemoryMap::eAllocationPolicyHostOnly in PrepareToExecuteJITExpression()
344 IRMemoryMap::eAllocationPolicyHostOnly, zero_memory, alloc_error); in PrepareToExecuteJITExpression()
/external/llvm-project/lldb/include/lldb/Expression/
DIRMemoryMap.h42 eAllocationPolicyHostOnly, ///< This allocation was created in the host and enumerator
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp954 UseHostOnlyAllocationPolicy ? IRMemoryMap::eAllocationPolicyHostOnly in evalMalloc()