Home
last modified time | relevance | path

Searched refs:GetTargetTriple (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHostInfoBase.h54 static llvm::Triple GetTargetTriple();
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHostInfoBase.cpp87 llvm::Triple HostInfoBase::GetTargetTriple() { in GetTargetTriple() function in HostInfoBase
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1025 auto get_host_os = []() { return HostInfo::GetTargetTriple().getOS(); }; in AddClangModuleCompilationOptionsForSDKType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h173 const char *GetTargetTriple();
H A DTypeSystemClang.cpp674 const char *TypeSystemClang::GetTargetTriple() { in GetTargetTriple() function in TypeSystemClang
722 GetTargetTriple()); in CreateASTContext()