Searched defs:GetTriple (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/API/
H A DSBModuleSpec.cpp106 SBModuleSpec::GetTriple () function in class:SBModuleSpec
108 std::string triple (m_opaque_ap->GetArchitecture().GetTriple().str());
H A DSBModule.cpp614 SBModule::GetTriple () function in class:SBModule
619 std::string triple (module_sp->GetArchitecture().GetTriple().str());
H A DSBTarget.cpp1994 SBTarget::GetTriple () function in class:SBTarget
1999 std::string triple (target_sp->GetArchitecture().GetTriple().str());
/external/lldb/include/lldb/Core/
H A DArchSpec.h324 GetTriple () function in class:lldb_private::ArchSpec
335 GetTriple () const function in class:lldb_private::ArchSpec

Completed in 271 milliseconds