Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp18 if (m_aux_vector == nullptr) { in GetAuxValue()
25 m_aux_vector = std::make_unique<AuxVector>(auxv_data); in GetAuxValue()
28 return m_aux_vector->GetAuxValue(type); in GetAuxValue()
H A DNativeProcessELF.h51 std::unique_ptr<AuxVector> m_aux_vector; variable