Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h1072 std::shared_ptr<clang::TargetOptions> m_target_options_rp; variable
DTypeSystemClang.cpp666 m_target_options_rp.reset(); in Finalize()
779 if (m_target_options_rp == nullptr && !m_target_triple.empty()) { in getTargetOptions()
780 m_target_options_rp = std::make_shared<clang::TargetOptions>(); in getTargetOptions()
781 if (m_target_options_rp != nullptr) in getTargetOptions()
782 m_target_options_rp->Triple = m_target_triple; in getTargetOptions()
784 return m_target_options_rp; in getTargetOptions()