Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDLLVMUserExpression.cpp303 const bool zero_memory = false; in PrepareToExecuteJITExpression() local
309 zero_memory, alloc_error); in PrepareToExecuteJITExpression()
327 const bool zero_memory = false; in PrepareToExecuteJITExpression() local
332 IRMemoryMap::eAllocationPolicyHostOnly, zero_memory, alloc_error); in PrepareToExecuteJITExpression()
HDIRMemoryMap.cpp290 bool zero_memory, Status &error) { in Malloc() argument
337 if (!zero_memory) in Malloc()
364 if (!zero_memory) in Malloc()
396 if (zero_memory) { in Malloc()
HDMaterializer.cpp67 const bool zero_memory = false; in MakeAllocation() local
72 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error); in MakeAllocation()
544 const bool zero_memory = false; in Materialize() local
549 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
804 const bool zero_memory = true; in Materialize() local
809 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
HDIRExecutionUnit.cpp54 const bool zero_memory = false; in WriteNow() local
57 eAllocationPolicyMirror, zero_memory, error); in WriteNow()
1147 const bool zero_memory = false; in CommitOneAllocation()
1150 eAllocationPolicyProcessOnly, zero_memory, error); in CommitOneAllocation()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDIRMemoryMap.h54 AllocationPolicy policy, bool zero_memory, Status &error);