Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
337 if (!zero_memory) in Malloc()
364 if (!zero_memory) in Malloc()
396 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()
1069 const bool zero_memory = false; in CommitOneAllocation()
1072 eAllocationPolicyProcessOnly, zero_memory, error); in CommitOneAllocation()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRMemoryMap.h54 AllocationPolicy policy, bool zero_memory, Status &error);