Home
last modified time | relevance | path

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

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