Home
last modified time | relevance | path

Searched defs:triple (Results 1 – 25 of 46) 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/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() argument
/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
1452 const llvm::Triple &triple = GetTriple(); in DumpTriple() local
H A DFileSpec.cpp75 FileSpec::FileSpec(llvm::StringRef path, const llvm::Triple &triple) in FileSpec() argument
210 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { in SetFile() argument
H A DXcodeSDK.cpp256 GetSDKTypeForTriple(const llvm::Triple & triple) GetSDKTypeForTriple() argument
/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() argument
/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() argument
H A DSBInstruction.cpp328 bool SBInstruction::DumpEmulation(const char *triple) { in DumpEmulation() argument
/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.cpp94 CreateEmptyProcess(lldb::pid_t pid,llvm::StringRef triple) CreateEmptyProcess() argument
/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/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp37 llvm::Triple triple; in parse() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1228 std::string triple; in GetHostInfo() local
1348 std::string triple; in GetHostInfo() local
2034 std::string triple; in DecodeProcessInfoResponse() local
2138 std::string triple; in GetCurrentProcessInfo() local
2237 llvm::Triple triple(llvm::Twine("-") + vendor_name + "-" + os_name); in GetCurrentProcessInfo() local
2352 const llvm::Triple &triple = match_arch.GetTriple(); in FindProcesses() local
3845 const auto &triple = arch_spec.GetTriple().getTriple(); in GetModuleInfo() local
3875 std::string triple; in GetModuleInfo() local
3932 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/Target/
H A DABI.cpp235 std::string triple = arch.GetTriple().getTriple(); in MakeMCRegisterInfo() local
H A DPlatform.cpp227 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec()
847 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec()
1083 llvm::Triple triple; in CreateArchList() local
1887 const char *triple = in DoConnectProcess() local
2078 CompilerType Platform::GetSiginfoType(const llvm::Triple& triple) { in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1225 Create(const char * triple,const char * cpu,const char * features_str,unsigned flavor,DisassemblerLLVMC & owner) Create() argument
1412 llvm::Triple triple = arch.GetTriple(); DisassemblerLLVMC() local
1663 llvm::Triple triple = arch.GetTriple(); FlavorValidForArchSpec() local
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h104 std::string triple; member

12