Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFASTParserClangTests.cpp96 TypeSystemClang ast_ctx("dummy ASTContext", HostInfoBase::GetTargetTriple()); in TEST_F()
247 TypeSystemClang ast_ctx("dummy ASTContext", HostInfoBase::GetTargetTriple()); in TEST_F()
282 : ts("dummy ASTContext", HostInfoBase::GetTargetTriple()), parser(ts) {} in ExtractIntFromFormValueTest()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHostInfoBase.h53 static llvm::Triple GetTargetTriple();
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Symbol/
H A DClangTestUtils.h26 HostInfo::GetTargetTriple()); in createAST()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp31 new TypeSystemClang("test ASTContext", HostInfo::GetTargetTriple())); in SetUp()
260 TypeSystemClang ast("enum_ast", HostInfo::GetTargetTriple()); in TEST_F()
276 TypeSystemClang ast("module_ast", HostInfo::GetTargetTriple()); in TEST_F()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostInfoBase.cpp86 llvm::Triple HostInfoBase::GetTargetTriple() { in GetTargetTriple() function in HostInfoBase
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp993 auto get_host_os = []() { return HostInfo::GetTargetTriple().getOS(); }; in AddClangModuleCompilationOptionsForSDKType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h172 const char *GetTargetTriple();
H A DTypeSystemClang.cpp671 const char *TypeSystemClang::GetTargetTriple() { in GetTargetTriple() function in TypeSystemClang
719 GetTargetTriple()); in CreateASTContext()