Home
last modified time | relevance | path

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

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