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.cpp320 const bool zero_memory = false; in PrepareToExecuteJITExpression() local
325 zero_memory)) { in PrepareToExecuteJITExpression()
348 const bool zero_memory = false; in PrepareToExecuteJITExpression() local
352 IRMemoryMap::eAllocationPolicyHostOnly, zero_memory)) { in PrepareToExecuteJITExpression()
H A DIRMemoryMap.cpp324 AllocationPolicy policy, bool zero_memory, in Malloc() argument
369 if (!zero_memory) in Malloc()
396 if (!zero_memory) in Malloc()
426 if (zero_memory) { in Malloc()
H A DMaterializer.cpp77 const bool zero_memory = false; in MakeAllocation() local
83 IRMemoryMap::eAllocationPolicyMirror, zero_memory, &used_policy); in MakeAllocation()
563 const bool zero_memory = false; in Materialize() local
567 IRMemoryMap::eAllocationPolicyMirror, zero_memory)) { in Materialize()
964 const bool zero_memory = true; in Materialize() local
968 IRMemoryMap::eAllocationPolicyMirror, zero_memory)) { in Materialize()
H A DIRExecutionUnit.cpp59 const bool zero_memory = false; in WriteNow() local
62 eAllocationPolicyMirror, zero_memory); in WriteNow()
1106 const bool zero_memory = false; in CommitOneAllocation()
1109 eAllocationPolicyProcessOnly, zero_memory)) in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h59 AllocationPolicy policy, bool zero_memory,