Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDTargetList.cpp47 llvm::StringRef triple_str, in CreateTarget()
78 llvm::StringRef triple_str, LoadDependentFiles load_dependent_files, in CreateTargetInternal()
/freebsd-head/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp532 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec()
753 bool lldb_private::ParseMachCPUDashSubtypeTriple(llvm::StringRef triple_str, in ParseMachCPUDashSubtypeTriple()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp1188 const auto triple_str = in Handle_jModulesInfo() local
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
HDDisassemblerLLVMC.cpp1489 const char *triple_str = triple.getTriple().c_str(); in DisassemblerLLVMC() local
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp688 const std::string &triple_str = default_arch.GetTriple().str(); in GetDefaultArchitecture() local