HomeSort by relevance Sort by last modified time
    Searched defs:GetTriple (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/API/
SBModuleSpec.cpp 106 SBModuleSpec::GetTriple ()
108 std::string triple (m_opaque_ap->GetArchitecture().GetTriple().str());
SBModule.cpp 614 SBModule::GetTriple ()
619 std::string triple (module_sp->GetArchitecture().GetTriple().str());
SBTarget.cpp     [all...]
  /external/lldb/include/lldb/Core/
ArchSpec.h 324 GetTriple ()
335 GetTriple () const

Completed in 44 milliseconds