Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBModuleSpec.cpp112 const char *SBModuleSpec::GetTriple() { in GetTriple() function in SBModuleSpec
DSBPlatform.cpp442 const char *SBPlatform::GetTriple() { in GetTriple() function in SBPlatform
DSBModule.cpp591 const char *SBModule::GetTriple() { in GetTriple() function in SBModule
DSBTarget.cpp1691 const char *SBTarget::GetTriple() { in GetTriple() function in SBTarget
/external/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h434 llvm::Triple &GetTriple() { return m_triple; } in GetTriple() function
439 const llvm::Triple &GetTriple() const { return m_triple; } in GetTriple() function
/external/llvm-project/llvm/tools/llvm-ml/
Dllvm-ml.cpp81 static Triple GetTriple(StringRef ProgName, opt::InputArgList &Args) { in GetTriple() function