Home
last modified time | relevance | path

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

12345678910

/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp82 ArchSpec arch = process->GetArchitecture(); CreateRegisterContextForFrame() local
252 GetSize(const lldb_private::ArchSpec & arch) GetSize() argument
279 Parse(const DataExtractor & data,const ArchSpec & arch) Parse() argument
326 GetSize(const lldb_private::ArchSpec & arch) GetSize() argument
348 Parse(const DataExtractor & data,const ArchSpec & arch) Parse() argument
400 GetSize(const lldb_private::ArchSpec & arch) GetSize() argument
415 Parse(const DataExtractor & data,const ArchSpec & arch) Parse() argument
[all...]
H A DRegisterContextPOSIXCore_riscv64.cpp16 RegisterContextCorePOSIX_riscv64::Create(Thread &thread, const ArchSpec &arch, in Create() argument
35 ArchSpec arch = m_register_info_up->GetTargetArchitecture(); RegisterContextCorePOSIX_riscv64() local
/llvm-project/lldb/unittests/UnwindAssembly/ARM64/
H A DTestArm64InstEmulation.cpp56 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
164 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
326 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
425 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
527 ArchSpec arch("arm64-apple-ios10"); in TEST_F() local
699 ArchSpec arch("arm64-apple-ios10"); TEST_F() local
798 ArchSpec arch("arm64-apple-ios15"); TEST_F() local
[all...]
/llvm-project/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/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/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/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/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.h63 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in CallFrameAddressIsValid() local
76 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in CodeAddressIsValid() local
/llvm-project/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/lldb/unittests/Thread/
H A DThreadTest.cpp112 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget()
134 ArchSpec arch(HostInfo::GetArchitecture()); in TEST_F() local
163 ArchSpec arch("powerpc64-pc-linux"); in TEST_F() local
198 ArchSpec arch("powerpc64-pc-linux"); in TEST_F() local
/llvm-project/compiler-rt/lib/tsan/dd/
H A DCMakeLists.txt27 set(arch "x86_64") variable
/llvm-project/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/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/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.h94 Arch(llvm::MachO::fat_arch arch) : fat_arch(arch) {} in Arch()
95 Arch(llvm::MachO::fat_arch_64 arch) : fat_arch_64(arch) {} in Arch()
H A DObjectContainerUniversalMachO.cpp107 fat_arch_64 arch; in ParseHeader() local
116 fat_arch arch; in ParseHeader() local
150 ArchSpec arch; in GetObjectFile() local
/llvm-project/lldb/scripts/
H A Dverify_api.py11 def extract_exe_symbol_names(arch, exe_path, match_str): argument
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp70 ArchSpec arch = HostInfo::GetArchitecture(); in CreateRegisterContextForFrame() local
141 const ArchSpec &arch = process->GetTarget().GetArchitecture(); in DoResume() local
/llvm-project/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/compiler-rt/lib/nsan/tests/
H A DCMakeLists.txt31 set(arch ${COMPILER_RT_DEFAULT_TARGET_ARCH}) global() variable
/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h42 ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {} in ArchitectureMips()
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A DCMakeLists.txt51 set(arch ${COMPILER_RT_DEFAULT_TARGET_ARCH}) global() variable
[all...]
/llvm-project/lldb/unittests/ScriptInterpreter/Lua/
H A DScriptInterpreterTests.cpp31 ArchSpec arch("powerpc64-pc-linux"); in SetUp() local
/llvm-project/lldb/test/API/macosx/arm-corefile-regctx/
H A Dcreate-arm-corefiles.cpp132 enum arch { unspecified, armv7, arm64 }; enum
141 arch arch = unspecified; in main() local
/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h63 virtual bool GetArchitectureAtIndex(uint32_t idx, ArchSpec &arch) const { in GetArchitectureAtIndex()
/llvm-project/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()

12345678910