Home
last modified time | relevance | path

Searched defs:triple (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp36 getTargetIncludePaths(const llvm::Triple &triple) { in getTargetIncludePaths()
63 const llvm::Triple &triple) { in analyzeFile()
135 const FileSpecList &support_files, const llvm::Triple &triple) { in CppModuleConfiguration()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp198 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, in AddDefaultCIncludePaths()
262 const LangOptions &LangOpts, const llvm::Triple &triple, in AddDefaultCPlusPlusIncludePaths()
289 const llvm::Triple &triple) { in ShouldAddDefaultIncludePaths()
331 const LangOptions &Lang, const llvm::Triple &triple, in AddDefaultIncludePaths()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp56 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
189 CompilerType PlatformFreeBSD::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp51 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
208 CompilerType PlatformNetBSD::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp534 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec()
747 bool ArchSpec::SetTriple(const llvm::Triple &triple) { in SetTriple()
789 bool ArchSpec::SetTriple(llvm::StringRef triple) { in SetTriple()
1417 const llvm::Triple &triple = GetTriple(); in IsFullySpecifiedTriple() local
1469 const llvm::Triple &triple = GetTriple(); in DumpTriple() local
H A DFileSpec.cpp75 FileSpec::FileSpec(llvm::StringRef path, const llvm::Triple &triple) in FileSpec()
210 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { in SetFile()
H A DXcodeSDK.cpp275 XcodeSDK::Type XcodeSDK::GetSDKTypeForTriple(const llvm::Triple &triple) { in GetSDKTypeForTriple()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp115 std::string triple(m_opaque_up->GetArchitecture().GetTriple().str()); in GetTriple() local
123 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple()
H A DSBInstructionList.cpp179 bool SBInstructionList::DumpEmulationForAllInstructions(const char *triple) { in DumpEmulationForAllInstructions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h22 OptionValueArch(const char *triple) : m_current_value(triple) { in OptionValueArch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp51 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h93 std::string triple; member
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp197 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec()
325 llvm::Triple triple(llvm::sys::getProcessTriple()); in ComputeHostArchitectureSupport() local
H A DProcessLaunchInfo.cpp248 const llvm::Triple &triple = GetArchitecture().GetTriple(); in ConvertArgumentsForLaunchingInShell() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp546 ResolveRegister(const llvm::Triple &triple, in ResolveRegister()
559 ResolveRegisterOrRA(const llvm::Triple &triple, in ResolveRegisterOrRA()
583 llvm::Triple triple = m_objfile_sp->GetArchitecture().GetTriple(); in ParseCFIUnwindRow() local
719 llvm::Triple triple = m_objfile_sp->GetArchitecture().GetTriple(); in ParseWinUnwindPlan() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.h36 std::optional<std::string> triple; member
H A DTraceIntelPTBundleLoader.cpp95 llvm::StringRef triple) { in CreateEmptyProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp109 llvm::Triple triple = HostInfo::GetArchitecture().GetTriple(); in GetSupportedArchitectures() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1215 std::string triple; in GetHostInfo() local
1335 std::string triple; in GetHostInfo() local
2017 std::string triple; in DecodeProcessInfoResponse() local
2121 std::string triple; in GetCurrentProcessInfo() local
2208 llvm::Triple triple(llvm::Twine("-") + vendor_name + "-" + os_name); in GetCurrentProcessInfo() local
2323 const llvm::Triple &triple = match_arch.GetTriple(); in FindProcesses() local
3772 const auto &triple = arch_spec.GetTriple().getTriple(); in GetModuleInfo() local
3802 std::string triple; in GetModuleInfo() local
3859 llvm::ArrayRef<FileSpec> module_file_specs, const llvm::Triple &triple) { in GetModulesInfo()
H A DGDBRemoteCommunicationServerCommon.cpp1108 std::string triple; in Handle_qModuleInfo() local
1174 llvm::StringRef file, triple; in Handle_jModulesInfo() local
1321 llvm::StringRef triple) { in GetModuleInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp37 llvm::Triple triple; in parse() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp202 std::string triple = arch.GetTriple().getTriple(); in MakeMCRegisterInfo() local
H A DPlatform.cpp261 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec()
917 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec()
1153 llvm::Triple triple; in CreateArchList() local
1935 const char *triple = in DoConnectProcess() local
2126 CompilerType Platform::GetSiginfoType(const llvm::Triple& triple) { in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h104 std::string triple; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1244 DisassemblerLLVMC::MCDisasmInstance::Create(const char *triple, const char *cpu, in Create()
1453 llvm::Triple triple = arch.GetTriple(); in DisassemblerLLVMC() local
1706 llvm::Triple triple = arch.GetTriple(); in FlavorValidForArchSpec() local

12