Home
last modified time | relevance | path

Searched defs:GetTriple (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp176 const char *SBProcessInfo::GetTriple() { in GetTriple() function in SBProcessInfo
H A DSBModuleSpec.cpp112 const char *SBModuleSpec::GetTriple() { in GetTriple() function in SBModuleSpec
H A DSBPlatform.cpp411 const char *SBPlatform::GetTriple() { in GetTriple() function in SBPlatform
H A DSBModule.cpp572 const char *SBModule::GetTriple() { in GetTriple() function in SBModule
H A DSBTarget.cpp1616 const char *SBTarget::GetTriple() { GetTriple() function in SBTarget
/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h450 llvm::Triple &GetTriple() { return m_triple; } GetTriple() function
455 const llvm::Triple &GetTriple() const { return m_triple; } GetTriple() function
/llvm-project/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp80 static Triple GetTriple(StringRef ProgName, opt::InputArgList &Args) { GetTriple() function