Home
last modified time | relevance | path

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

/freebsd/contrib/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 DSBModule.cpp578 const char *SBModule::GetTriple() { GetTriple() function in SBModule
H A DSBPlatform.cpp408 const char *SBPlatform::GetTriple() { GetTriple() function in SBPlatform
H A DSBTarget.cpp1616 const char *SBTarget::GetTriple() { in GetTriple() function in SBTarget
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h450 llvm::Triple &GetTriple() { return m_triple; } in GetTriple() function
455 const llvm::Triple &GetTriple() const { return m_triple; } in GetTriple() function