Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DNativeProcessELF.cpp17 if (m_aux_vector == nullptr) { in GetAuxValue()
24 m_aux_vector = std::make_unique<AuxVector>(auxv_data); in GetAuxValue()
27 return m_aux_vector->GetAuxValue(type); in GetAuxValue()
DNativeProcessELF.h47 std::unique_ptr<AuxVector> m_aux_vector; variable