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

  /external/lldb/source/API/
SBModuleSpec.cpp 117 SBModuleSpec::SetTriple (const char *triple)
119 m_opaque_ap->GetArchitecture().SetTriple(triple);
  /external/lldb/source/Core/
ArchSpec.cpp 336 SetTriple(triple_cstr, platform);
346 SetTriple(triple_cstr);
354 SetTriple(triple);
475 ArchSpec::SetTriple (const llvm::Triple &triple)
544 ArchSpec::SetTriple (const char *triple_cstr)
566 SetTriple (llvm::Triple (triple_stref));
575 ArchSpec::SetTriple (const char *triple_cstr, Platform *platform)
647 SetTriple (normalized_triple);
    [all...]

Completed in 62 milliseconds