Searched defs:triple_str (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp51 CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path, llvm::StringRef triple_str, LoadDependentFiles load_dependent_files, const OptionGroupPlatform *platform_options, TargetSP &target_sp) argument
72 CreateTargetInternal( Debugger &debugger, llvm::StringRef user_exe_path, llvm::StringRef triple_str, LoadDependentFiles load_dependent_files, const OptionGroupPlatform *platform_options, TargetSP &target_sp, bool is_dummy_target) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp557 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } argument
785 bool lldb_private::ParseMachCPUDashSubtypeTriple(llvm::StringRef triple_str, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1160 const auto triple_str = local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1126 const char *triple_str = triple.getTriple().c_str(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp606 const std::string &triple_str = default_arch.GetTriple().str(); local

Completed in 188 milliseconds