Searched refs:zero_memory (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | LLVMUserExpression.cpp | 314 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 D | IRMemoryMap.cpp | 290 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 D | Materializer.cpp | 67 const bool zero_memory = false; in MakeAllocation() local 72 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error); in MakeAllocation() 548 const bool zero_memory = false; in Materialize() local 553 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize() 812 const bool zero_memory = true; in Materialize() local 817 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
|
| H A D | IRExecutionUnit.cpp | 56 const bool zero_memory = false; in WriteNow() local 59 eAllocationPolicyMirror, zero_memory, error); in WriteNow() 1153 const bool zero_memory = false; in CommitOneAllocation() 1156 eAllocationPolicyProcessOnly, zero_memory, error); in CommitOneAllocation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 54 AllocationPolicy policy, bool zero_memory, Status &error);
|