/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.cpp | 134 module_arch.SetTriple("x86_64-pc-windows"); in GetModuleSpecifications() 138 module_arch.SetTriple("i386-pc-windows"); in GetModuleSpecifications() 142 module_arch.SetTriple("armv7-pc-windows"); in GetModuleSpecifications() 146 module_arch.SetTriple("aarch64-pc-windows"); in GetModuleSpecifications()
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | HostInfoBase.cpp | 336 arch_32.SetTriple(triple); in ComputeHostArchitectureSupport() 345 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport() 346 arch_32.SetTriple(triple.get32BitArchVariant()); in ComputeHostArchitectureSupport() 353 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport()
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBModuleSpec.cpp | 118 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple() function in SBModuleSpec 121 m_opaque_up->GetArchitecture().SetTriple(triple); in SetTriple()
|
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionValueArch.cpp | 48 if (m_current_value.SetTriple(value_str.c_str())) { in SetValueFromString()
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | ArchSpec.h | 483 bool SetTriple(const llvm::Triple &triple); 485 bool SetTriple(llvm::StringRef triple_str);
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBModuleSpec.i | 80 SetTriple (const char *triple);
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBModuleSpec.h | 72 void SetTriple(const char *triple);
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 525 SetTriple(triple_cstr); in ArchSpec() 528 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec() 530 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec() 752 bool ArchSpec::SetTriple(const llvm::Triple &triple) { in SetTriple() function in ArchSpec 794 bool ArchSpec::SetTriple(llvm::StringRef triple) { in SetTriple() function in ArchSpec 803 SetTriple(llvm::Triple(llvm::Triple::normalize(triple))); in SetTriple()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
H A D | ObjectContainerUniversalMachO.cpp | 144 arch.SetTriple(LLDB_ARCH_DEFAULT); in GetObjectFile()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 334 spec.SetTriple("x86_64-pc-windows"); in GetModuleSpecifications() 339 spec.SetTriple("i386-pc-windows"); in GetModuleSpecifications() 344 spec.SetTriple("armv7-pc-windows"); in GetModuleSpecifications() 349 spec.SetTriple("aarch64-pc-windows"); in GetModuleSpecifications()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 1337 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo() 1362 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo() 2027 process_info.GetArchitecture().SetTriple(triple.c_str()); in DecodeProcessInfoResponse() 2209 m_process_arch.SetTriple(triple.c_str()); in GetCurrentProcessInfo() 3807 module_spec.GetArchitecture().SetTriple(triple.c_str()); in GetModuleInfo() 3851 result.GetArchitecture().SetTriple(string); in ParseModuleSpec()
|
H A D | ProcessGDBRemote.cpp | 941 new_target_arch.SetTriple(new_target_triple); in DidLaunchOrAttach() 4263 arch_to_use.SetTriple(llvm::StringSwitch<std::string>(target_info.arch) in GetGDBServerRegisterInfoXMLAndProcess()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Disassembler.cpp | 923 arch.SetTriple(llvm::Triple(value_sp->GetStringValue())); in TestEmulation() 1132 m_arch.SetTriple(thumb_arch_name.c_str()); in Disassembler()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.cpp | 211 m_arch.SetTriple(triple); in GetArchitecture()
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 588 target_arch.SetTriple(triple); in UpdateSpecialBinariesFromNewImageInfos()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 463 oso_arch.SetTriple(m_objfile_sp->GetModule() in GetModuleByCompUnitInfo()
|