Home
last modified time | relevance | path

Searched refs:m_triple (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h367 return !m_triple.getVendorName().empty(); in TripleVendorWasSpecified()
370 bool TripleOSWasSpecified() const { return !m_triple.getOSName().empty(); } in TripleOSWasSpecified()
373 return m_triple.hasEnvironment(); in TripleEnvironmentWasSpecified()
463 llvm::Triple &GetTriple() { return m_triple; } in GetTriple()
468 const llvm::Triple &GetTriple() const { return m_triple; } in GetTriple()
543 llvm::Triple m_triple; variable
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp566 m_triple = llvm::Triple(); in Clear()
736 switch (m_triple.getArch()) { in CharIsSignedByDefault()
747 return m_triple.isOSDarwin() || m_triple.isOSWindows(); in CharIsSignedByDefault()
751 return m_triple.isOSDarwin(); in CharIsSignedByDefault()
771 m_triple = triple; in SetTriple()
890 m_triple.setArchName(llvm::StringRef(core_def->name)); in SetArchitecture()
892 m_triple.setVendor(llvm::Triple::Apple); in SetArchitecture()
905 m_triple.setOS(llvm::Triple::OSType::AIX); in SetArchitecture()
908 m_triple.setOS(llvm::Triple::OSType::FreeBSD); in SetArchitecture()
911 m_triple.setOS(llvm::Triple::OSType::Linux); in SetArchitecture()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1364 llvm::Triple m_triple; variable
H A DTypeSystemClang.cpp9592 : TypeSystemClang("scratch ASTContext", triple), m_triple(triple), in ScratchTypeSystemClang()
9742 m_triple, CreateASTSource()); in GetIsolatedAST()