Searched refs:TripleVendorWasSpecified (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h337 bool TripleVendorWasSpecified() const { function in class:lldb_private::ArchSpec
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp849 if (!TripleVendorWasSpecified() && other.TripleVendorWasSpecified())
907 // the ArchSpec::TripleVendorWasSpecified() method says that any
1019 const bool rhs_vendor_specified = rhs.TripleVendorWasSpecified();
1020 const bool lhs_vendor_specified = TripleVendorWasSpecified();
1401 TripleVendorWasSpecified()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp139 !platform_arch.TripleVendorWasSpecified()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp67 create = !arch->TripleVendorWasSpecified() && !arch->TripleOSWasSpecified();

Completed in 108 milliseconds