Searched refs:allocate_error (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp66 Status allocate_error; local
72 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error);
74 if (!allocate_error.Success()) {
78 allocate_error.AsCString());

Completed in 47 milliseconds