Home
last modified time | relevance | path

Searched refs:GetArchitectureName (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupArchitecture.h36 llvm::StringRef GetArchitectureName() const { return m_arch_str; } in GetArchitectureName() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArch.cpp29 const char *arch_name = m_current_value.GetArchitectureName(); in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp46 arch ? arch->GetArchitectureName() : "<null>", in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp664 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 DModule.cpp146 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 DCommandObjectDisassemble.cpp464 plugin_name, m_options.arch.GetArchitectureName()); in DoExecute()
468 m_options.arch.GetArchitectureName()); in DoExecute()
H A DCommandObjectTarget.cpp289 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 DObjectFileJIT.cpp126 *s << ", arch = " << arch.GetArchitectureName(); in Dump()
H A DIRExecutionUnit.cpp181 arch.GetArchitectureName()); in DisassembleFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp81 arch ? arch->GetArchitectureName() : "<NULL>", (const void *)uuid); in LocateExecutableObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp254 specified_arch.GetArchitectureName()); in CreateTargetInternal()
320 arch.GetArchitectureName()); in CreateTargetInternal()
H A DTarget.cpp123 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 DArchSpec.h310 const char *GetArchitectureName() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp51 arch ? arch->GetArchitectureName() : "<null>", in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp300 GetArchitecture().GetArchitectureName()); in ConvertArgumentsForLaunchingInShell()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp46 arch ? arch->GetArchitectureName() : "<null>", in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp155 << "', arch = " << GetArchitecture().GetArchitectureName() << '\n'; in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp447 ostream << GetArchitecture().GetArchitectureName() << "\n"; in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp508 m_module.GetArchitecture().GetArchitectureName(), in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp740 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 DProcessMinidump.cpp206 arch.GetArchitectureName()); in DoLoadCore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp777 arch ? arch->GetArchitectureName() : "<NULL>", (const void *)uuid); in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp94 Info.GetArchitecture().GetArchitectureName()); in Launch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp107 Info.GetArchitecture().GetArchitectureName()); in Launch()

12