Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp36 getTargetIncludePaths(const llvm::Triple &triple) { in getTargetIncludePaths() argument
63 const llvm::Triple &triple) { in analyzeFile() argument
135 CppModuleConfiguration(const FileSpecList & support_files,const llvm::Triple & triple) CppModuleConfiguration() argument
[all...]
/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp534 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec() argument
747 bool ArchSpec::SetTriple(const llvm::Triple &triple) { in SetTriple() argument
789 bool ArchSpec::SetTriple(llvm::StringRef triple) { in SetTriple() argument
1417 const llvm::Triple &triple = GetTriple(); in IsFullySpecifiedTriple() local
1469 const llvm::Triple &triple = GetTriple(); DumpTriple() local
[all...]
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-src/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-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h22 OptionValueArch(const char *triple) : m_current_value(triple) { in OptionValueArch()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp51 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h93 std::string triple; member
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp546 ResolveRegister(const llvm::Triple &triple, in ResolveRegister() argument
559 ResolveRegisterOrRA(const llvm::Triple &triple, in ResolveRegisterOrRA() argument
583 llvm::Triple triple = m_objfile_sp->GetArchitecture().GetTriple(); in ParseCFIUnwindRow() local
719 llvm::Triple triple = m_objfile_sp->GetArchitecture().GetTriple(); in ParseWinUnwindPlan() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp109 llvm::Triple triple = HostInfo::GetArchitecture().GetTriple(); in GetSupportedArchitectures() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1215 std::string triple; GetHostInfo() local
1335 std::string triple; GetHostInfo() local
2017 std::string triple; DecodeProcessInfoResponse() local
2121 std::string triple; GetCurrentProcessInfo() local
2208 llvm::Triple triple(llvm::Twine("-") + vendor_name + "-" + os_name); GetCurrentProcessInfo() local
2323 const llvm::Triple &triple = match_arch.GetTriple(); FindProcesses() local
3772 const auto &triple = arch_spec.GetTriple().getTriple(); GetModuleInfo() local
3802 std::string triple; GetModuleInfo() local
3859 GetModulesInfo(llvm::ArrayRef<FileSpec> module_file_specs,const llvm::Triple & triple) GetModulesInfo() argument
[all...]
H A DGDBRemoteCommunicationServerCommon.cpp1108 std::string triple; in Handle_qModuleInfo() local
1174 llvm::StringRef file, triple; in Handle_jModulesInfo() local
1321 GetModuleInfo(llvm::StringRef module_path,llvm::StringRef triple) GetModuleInfo() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp37 llvm::Triple triple; in parse() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp202 std::string triple = arch.GetTriple().getTriple(); MakeMCRegisterInfo() local
H A DPlatform.cpp261 GetAugmentedArchSpec(Platform * platform,llvm::StringRef triple) GetAugmentedArchSpec() argument
917 GetAugmentedArchSpec(llvm::StringRef triple) GetAugmentedArchSpec() argument
1153 llvm::Triple triple; CreateArchList() local
1935 const char *triple = DoConnectProcess() local
2126 GetSiginfoType(const llvm::Triple & triple) GetSiginfoType() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h104 std::string triple; member
/freebsd-src/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