Searched refs:target_triple (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h129 lldb::SBTarget CreateTarget(const char *filename, const char *target_triple,
134 const char *target_triple);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i259 const char *target_triple,
266 const char *target_triple);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp727 const char *target_triple,
734 filename, target_triple, platform_name, add_dependent_modules, sb_error);
744 *m_opaque_sp, filename, target_triple,
759 static_cast<void *>(m_opaque_sp.get()), filename, target_triple,
768 const char *target_triple) {
771 (const char *, const char *), filename, target_triple);
778 *m_opaque_sp, filename, target_triple,
788 static_cast<void *>(m_opaque_sp.get()), filename, target_triple,
726 CreateTarget(const char *filename, const char *target_triple, const char *platform_name, bool add_dependent_modules, lldb::SBError &sb_error) argument
767 CreateTargetWithFileAndTargetTriple(const char *filename, const char *target_triple) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h975 void SetTargetTriple(llvm::StringRef target_triple);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp504 ClangASTContext::ClangASTContext(llvm::Triple target_triple) { argument
505 if (!target_triple.str().empty())
506 SetTargetTriple(target_triple.str());
630 void ClangASTContext::SetTargetTriple(llvm::StringRef target_triple) { argument
631 m_target_triple = target_triple.str();
736 // target_triple should be something like "x86_64-apple-macosx"

Completed in 108 milliseconds