Home
last modified time | relevance | path

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

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