Searched defs:GetTriple (Results 1 – 6 of 6) sorted by relevance
112 const char *SBModuleSpec::GetTriple() { in GetTriple() function in SBModuleSpec
442 const char *SBPlatform::GetTriple() { in GetTriple() function in SBPlatform
591 const char *SBModule::GetTriple() { in GetTriple() function in SBModule
1691 const char *SBTarget::GetTriple() { in GetTriple() function in SBTarget
434 llvm::Triple &GetTriple() { return m_triple; } in GetTriple() function439 const llvm::Triple &GetTriple() const { return m_triple; } in GetTriple() function
81 static Triple GetTriple(StringRef ProgName, opt::InputArgList &Args) { in GetTriple() function