Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp314 const bool zero_memory = false; in PrepareToExecuteJITExpression() local
320 zero_memory, alloc_error); in PrepareToExecuteJITExpression()
345 const bool zero_memory = false; in PrepareToExecuteJITExpression() local
350 IRMemoryMap::eAllocationPolicyHostOnly, zero_memory, alloc_error); in PrepareToExecuteJITExpression()
H A DIRMemoryMap.cpp316 bool zero_memory, Status &error) { in Malloc() argument
362 if (!zero_memory) in Malloc()
389 if (!zero_memory) in Malloc()
421 if (zero_memory) { in Malloc()
H A DMaterializer.cpp78 const bool zero_memory = false; in MakeAllocation() local
83 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error); in MakeAllocation()
557 const bool zero_memory = false; in Materialize() local
562 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
955 const bool zero_memory = true; in Materialize() local
960 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
H A DIRExecutionUnit.cpp59 const bool zero_memory = false; in WriteNow() local
62 eAllocationPolicyMirror, zero_memory, error); in WriteNow()
1070 const bool zero_memory = false; in CommitOneAllocation()
1073 eAllocationPolicyProcessOnly, zero_memory, error); in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h54 AllocationPolicy policy, bool zero_memory, Status &error);