/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionGroupArchitecture.h | 36 llvm::StringRef GetArchitectureName() const { return m_arch_str; } in GetArchitectureName() function
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueArch.cpp | 29 const char *arch_name = m_current_value.GetArchitectureName(); in DumpValue()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LocateSymbolFile.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
H A D | PlatformOpenBSD.cpp | 46 arch ? arch->GetArchitectureName() : "<null>", in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 664 module->GetArchitecture().GetArchitectureName(), in LogUUIDAndPaths() 943 arch.GetArchitectureName(), uuid_str.c_str()); in GetSharedModule() 947 arch.GetArchitectureName()); in GetSharedModule() 1011 arch.GetArchitectureName(), path); in GetSharedModule()
|
H A D | Module.cpp | 146 module_spec.GetArchitecture().GetArchitectureName(), in Module() 252 static_cast<void *>(this), m_arch.GetArchitectureName(), in Module() 280 static_cast<void *>(this), m_arch.GetArchitectureName(), in ~Module() 1051 s << llvm::formatv("({0}) ", m_arch.GetArchitectureName()); in GetDescription()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDisassemble.cpp | 464 plugin_name, m_options.arch.GetArchitectureName()); in DoExecute() 468 m_options.arch.GetArchitectureName()); in DoExecute()
|
H A D | CommandObjectTarget.cpp | 289 llvm::StringRef arch_cstr = m_arch_option.GetArchitectureName(); in DoExecute() 428 target_sp->GetArchitecture().GetArchitectureName()); in DoExecute() 440 target_sp->GetArchitecture().GetArchitectureName()); in DoExecute() 1255 arch_strm.PutCString(module->GetArchitecture().GetArchitectureName()); in DumpModuleArchitecture() 1393 module->GetArchitecture().GetArchitectureName()); in DumpModuleSections()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 126 *s << ", arch = " << arch.GetArchitectureName(); in Dump()
|
H A D | IRExecutionUnit.cpp | 181 arch.GetArchitectureName()); in DisassembleFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
H A D | SymbolLocatorDefault.cpp | 81 arch ? arch->GetArchitectureName() : "<NULL>", (const void *)uuid); in LocateExecutableObjectFile()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TargetList.cpp | 254 specified_arch.GetArchitectureName()); in CreateTargetInternal() 320 arch.GetArchitectureName()); in CreateTargetInternal()
|
H A D | Target.cpp | 123 target_arch.GetArchitectureName(), in Target() 1492 m_arch.GetSpec().GetArchitectureName(), in SetExecutableModule() 1588 m_arch.GetSpec().GetArchitectureName(), in SetArchitecture() 1598 arch_spec.GetArchitectureName(), in SetArchitecture() 1600 m_arch.GetSpec().GetArchitectureName(), in SetArchitecture() 1612 arch_spec.GetArchitectureName(), in SetArchitecture() 2612 arch.GetArchitectureName(), arch.GetTriple().getTriple()); in SetDefaultArchitecture()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ArchSpec.h | 310 const char *GetArchitectureName() const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
H A D | PlatformFreeBSD.cpp | 51 arch ? arch->GetArchitectureName() : "<null>", in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | ProcessLaunchInfo.cpp | 300 GetArchitecture().GetArchitectureName()); in ConvertArgumentsForLaunchingInShell()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 46 arch ? arch->GetArchitectureName() : "<null>", in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 155 << "', arch = " << GetArchitecture().GetArchitectureName() << '\n'; in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 447 ostream << GetArchitecture().GetArchitectureName() << "\n"; in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | ManualDWARFIndex.cpp | 508 m_module.GetArchitecture().GetArchitectureName(), in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 740 GetTarget().GetArchitecture().GetArchitectureName()); in DoLaunch() 891 process_arch.GetArchitectureName(), in DidLaunchOrAttach() 898 process_arch.GetArchitectureName(), in DidLaunchOrAttach() 909 target_arch.GetArchitectureName(), in DidLaunchOrAttach() 927 process_arch.GetArchitectureName(), in DidLaunchOrAttach() 952 target_arch.GetArchitectureName(), in DidLaunchOrAttach()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 206 arch.GetArchitectureName()); in DoLoadCore()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 777 arch ? arch->GetArchitectureName() : "<NULL>", (const void *)uuid); in LocateExecutableSymbolFile()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.cpp | 94 Info.GetArchitecture().GetArchitectureName()); in Launch()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 107 Info.GetArchitecture().GetArchitectureName()); in Launch()
|