/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CppModuleConfiguration.cpp | 36 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 D | PlatformFreeBSD.cpp | 56 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 D | ArchSpec.cpp | 534 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 D | FileSpec.cpp | 75 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 D | XcodeSDK.cpp | 256 GetSDKTypeForTriple(const llvm::Triple & triple) GetSDKTypeForTriple() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 51 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 D | SBModuleSpec.cpp | 115 std::string triple(m_opaque_up->GetArchitecture().GetTriple().str()); in GetTriple() local 123 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple()
|
H A D | SBInstructionList.cpp | 179 bool SBInstructionList::DumpEmulationForAllInstructions(const char *triple) { in DumpEmulationForAllInstructions() argument
|
H A D | SBInstruction.cpp | 328 bool SBInstruction::DumpEmulation(const char *triple) { in DumpEmulation() argument
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueArch.h | 22 OptionValueArch(const char *triple) : m_current_value(triple) { in OptionValueArch()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
H A D | PlatformOpenBSD.cpp | 51 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 93 std::string triple; member
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | HostInfoBase.cpp | 197 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() 325 llvm::Triple triple(llvm::sys::getProcessTriple()); in ComputeHostArchitectureSupport() local
|
H A D | ProcessLaunchInfo.cpp | 248 const llvm::Triple &triple = GetArchitecture().GetTriple(); in ConvertArgumentsForLaunchingInShell() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 546 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 D | TraceIntelPTJSONStructs.h | 36 std::optional<std::string> triple; member
|
H A D | TraceIntelPTBundleLoader.cpp | 94 CreateEmptyProcess(lldb::pid_t pid,llvm::StringRef triple) CreateEmptyProcess() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.cpp | 109 llvm::Triple triple = HostInfo::GetArchitecture().GetTriple(); in GetSupportedArchitectures() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 37 llvm::Triple triple; in parse() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 1228 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 D | GDBRemoteCommunicationServerCommon.cpp | 1108 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 D | ABI.cpp | 235 std::string triple = arch.GetTriple().getTriple(); in MakeMCRegisterInfo() local
|
H A D | Platform.cpp | 227 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 D | DisassemblerLLVMC.cpp | 1225 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 D | Statistics.h | 104 std::string triple; member
|