Home
last modified time | relevance | path

Searched defs:arch (Results 1 – 25 of 212) sorted by relevance

123456789

/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp78 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() local
236 size_t ELFLinuxPrStatus::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
263 const ArchSpec &arch) { in Parse()
310 size_t ELFLinuxPrPsInfo::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
332 const ArchSpec &arch) { in Parse()
384 size_t ELFLinuxSigInfo::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
399 Status ELFLinuxSigInfo::Parse(const DataExtractor &data, const ArchSpec &arch) { in Parse()
/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/ARM64/
H A DTestArm64InstEmulation.cpp56 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
152 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
314 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
409 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
511 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
683 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
782 ArchSpec arch("arm64-apple-ios15"); in TEST_F() local
/llvm-project-15.0.7/lldb/source/Target/
H A DUnwindAssembly.cpp17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { in FindPlugin()
31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {} in UnwindAssembly()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/
H A Ddarwin.py57 def get_triple_str(arch, vendor, os, version, env): argument
68 def getTriple(self, arch): argument
107 def getArchCFlags(self, arch): argument
/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformAppleSimulatorTest.cpp36 for (auto arch : platform_sp->GetSupportedArchitectures({})) { in testSimPlatformArchHasSimEnvironment() local
62 ArchSpec arch = platform_arch; in TEST_F() local
87 ArchSpec arch = platform_arch; in TEST_F() local
/llvm-project-15.0.7/lldb/unittests/Process/Utility/
H A DRegisterContextFreeBSDTest.cpp55 ArchSpec arch{"x86_64-unknown-freebsd"}; in TEST() local
162 ArchSpec arch{"i686-unknown-freebsd"}; in TEST() local
257 ArchSpec arch{"arm-unknown-freebsd"}; in TEST() local
329 ArchSpec arch{"aarch64-unknown-freebsd"}; in TEST() local
420 ArchSpec arch{"mips64-unknown-freebsd"}; in TEST() local
485 ArchSpec arch{"powerpc-unknown-freebsd"}; in TEST() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh197 arch() { function
/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/PPC64/
H A DTestPPC64InstEmulation.cpp55 ArchSpec arch("powerpc64le-linux-gnu"); in TEST_F() local
174 ArchSpec arch("powerpc64le-linux-gnu"); in TEST_F() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp71 ArchSpec arch = HostInfo::GetArchitecture(); in CreateRegisterContextForFrame() local
142 const ArchSpec &arch = process->GetTarget().GetArchitecture(); in DoResume() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A DCMakeLists.txt24 set(arch "x86_64") variable
/llvm-project-15.0.7/lldb/unittests/Thread/
H A DThreadTest.cpp84 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget()
94 ArchSpec arch("powerpc64-pc-linux"); in TEST_F() local
129 ArchSpec arch("powerpc64-pc-linux"); in TEST_F() local
/llvm-project-15.0.7/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp29 ArchitectureAArch64::Create(const ArchSpec &arch) { in Create()
/llvm-project-15.0.7/lldb/scripts/
H A Dverify_api.py11 def extract_exe_symbol_names(arch, exe_path, match_str): argument
/llvm-project-15.0.7/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp43 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
157 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp52 const ArchSpec *arch, in FileAtPathContainsArchAndUUID()
212 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableSymbolFileDsym() local
237 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableObjectFile() local
404 const ArchSpec *arch) { in FindSymbolFileInBundle()
/llvm-project-15.0.7/lldb/tools/intel-features/intel-mpx/
H A Dcli-wrapper-mpxtable.cpp77 lldb::SBTarget &target, llvm::Triple::ArchType arch, in GetBTEntryAddr()
153 llvm::Triple::ArchType arch, in GetBTEntry()
217 llvm::Triple::ArchType arch, in SetBTEntry()
251 llvm::Triple::ArchType &arch, uint64_t &bndcfgu, in GetInitInfo()
330 llvm::Triple::ArchType arch; in DoExecute() local
374 llvm::Triple::ArchType arch; in DoExecute() local
/llvm-project-15.0.7/lldb/unittests/Process/minidump/
H A DRegisterContextMinidumpTest.cpp55 ArchSpec arch("i386-pc-linux"); in TEST() local
116 ArchSpec arch("x86_64-pc-linux"); in TEST() local
/llvm-project-15.0.7/compiler-rt/lib/memprof/tests/
H A DCMakeLists.txt50 set(arch ${COMPILER_RT_DEFAULT_TARGET_ARCH}) variable
/llvm-project-15.0.7/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h42 ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {} in ArchitectureMips()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp107 fat_arch arch; in ParseHeader() local
127 ArchSpec arch; in Dump() local
159 ArchSpec arch; in GetObjectFile() local
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A DCMakeLists.txt48 set(arch ${COMPILER_RT_DEFAULT_TARGET_ARCH}) variable
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DScriptInterpreterTests.cpp33 ArchSpec arch("powerpc64-pc-linux"); in SetUp() local
/llvm-project-15.0.7/lldb/unittests/Target/
H A DExecutionContextTest.cpp75 ArchSpec arch("powerpc64-pc-linux"); in TEST_F() local
97 ArchSpec arch("powerpc64-pc-linux"); in TEST_F() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp48 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
172 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp27 ArchSpec &arch) { in GetArchitecture()

123456789