Searched defs:GetTriple (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBProcessInfo.cpp | 176 const char *SBProcessInfo::GetTriple() { in GetTriple() function in SBProcessInfo |
H A D | SBModuleSpec.cpp | 112 const char *SBModuleSpec::GetTriple() { in GetTriple() function in SBModuleSpec |
H A D | SBPlatform.cpp | 411 const char *SBPlatform::GetTriple() { in GetTriple() function in SBPlatform |
H A D | SBModule.cpp | 572 const char *SBModule::GetTriple() { in GetTriple() function in SBModule |
H A D | SBTarget.cpp | 1616 const char *SBTarget::GetTriple() { GetTriple() function in SBTarget |
/llvm-project/lldb/include/lldb/Utility/ | ||
H A D | ArchSpec.h | 450 llvm::Triple &GetTriple() { return m_triple; } GetTriple() function |
/llvm-project/llvm/tools/llvm-ml/ | ||
H A D | llvm-ml.cpp | 80 static Triple GetTriple(StringRef ProgName, opt::InputArgList &Args) { GetTriple() function |