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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.h47 std::unique_ptr<AuxVector> m_aux_vector; member in class:lldb_private::NativeProcessELF
H A DNativeProcessELF.cpp17 if (m_aux_vector == nullptr) {
24 m_aux_vector = std::make_unique<AuxVector>(auxv_data);
27 return m_aux_vector->GetAuxValue(type);

Completed in 108 milliseconds