Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBProcessInfo.cpp182 const char *SBProcessInfo::GetTriple() { in GetTriple() function in SBProcessInfo
DSBModuleSpec.cpp112 const char *SBModuleSpec::GetTriple() { in GetTriple() function in SBModuleSpec
DSBPlatform.cpp441 const char *SBPlatform::GetTriple() { in GetTriple() function in SBPlatform
DSBModule.cpp591 const char *SBModule::GetTriple() { in GetTriple() function in SBModule
DSBTarget.cpp1723 const char *SBTarget::GetTriple() { in GetTriple() function in SBTarget
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h444 llvm::Triple &GetTriple() { return m_triple; } in GetTriple() function
449 const llvm::Triple &GetTriple() const { return m_triple; } in GetTriple() function