Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBProcessInfo.cpp176 const char *SBProcessInfo::GetTriple() { in GetTriple() function in SBProcessInfo
HDSBModuleSpec.cpp112 const char *SBModuleSpec::GetTriple() { in GetTriple() function in SBModuleSpec
HDSBModule.cpp572 const char *SBModule::GetTriple() { in GetTriple() function in SBModule
HDSBPlatform.cpp411 const char *SBPlatform::GetTriple() { in GetTriple() function in SBPlatform
HDSBTarget.cpp1616 const char *SBTarget::GetTriple() { in GetTriple() function in SBTarget
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArchSpec.h450 llvm::Triple &GetTriple() { return m_triple; } in GetTriple() function
455 const llvm::Triple &GetTriple() const { return m_triple; } in GetTriple() function