Home
last modified time | relevance | path

Searched refs:zero_memory (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp314 const bool zero_memory = false; in PrepareToExecuteJITExpression() local
320 zero_memory, alloc_error); in PrepareToExecuteJITExpression()
338 const bool zero_memory = false; in PrepareToExecuteJITExpression() local
343 IRMemoryMap::eAllocationPolicyHostOnly, zero_memory, alloc_error); in PrepareToExecuteJITExpression()
H A DIRMemoryMap.cpp291 bool zero_memory, Status &error) { in Malloc() argument
338 if (!zero_memory) in Malloc()
365 if (!zero_memory) in Malloc()
397 if (zero_memory) { in Malloc()
H A DMaterializer.cpp81 const bool zero_memory = false; in MakeAllocation() local
86 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error); in MakeAllocation()
554 const bool zero_memory = false; in Materialize() local
559 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
810 const bool zero_memory = true; in Materialize() local
815 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
H A DIRExecutionUnit.cpp55 const bool zero_memory = false; in WriteNow() local
58 eAllocationPolicyMirror, zero_memory, error); in WriteNow()
1109 const bool zero_memory = false; in CommitOneAllocation()
1112 eAllocationPolicyProcessOnly, zero_memory, error); in CommitOneAllocation()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRMemoryMap.h57 AllocationPolicy policy, bool zero_memory, Status &error);