Searched defs:arch (Results 1 - 25 of 149) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh186 arch() { function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DUnwindAssembly.cpp17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { argument
31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {} argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h43 ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {} argument
/freebsd-13-stable/contrib/mandoc/
H A Darch.c24 arch_valid(const char *arch, enum mandoc_os os) argument
H A Ddbm.h42 const char *arch; member in struct:dbm_page
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DConfig.h30 llvm::MachO::Architecture arch; member in struct:lld::macho::Configuration
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp30 GetArchitecture(Platform *platform, ArchSpec &arch) argument
H A DOptionGroupPlatform.cpp18 CreatePlatformWithOptions( CommandInterpreter &interpreter, const ArchSpec &arch, bool make_selected, Status &error, ArchSpec &platform_arch) const argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp39 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp66 ArchSpec arch = process->GetArchitecture(); local
/freebsd-13-stable/contrib/byacc/package/debian/
H A Drules[all...]
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DReader.h131 Reference::KindArch arch; member in struct:lld::Registry::KindEntry
/freebsd-13-stable/contrib/llvm-project/lld/lib/Core/
H A DReader.cpp70 addKindTable(Reference::KindNamespace ns, Reference::KindArch arch, const KindStrings array[]) argument
77 referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns, Reference::KindArch &arch, Reference::KindValue &value) const argument
94 referenceKindToString(Reference::KindNamespace ns, Reference::KindArch arch, Reference::KindValue value, StringRef &str) const argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp36 std::unique_ptr<Architecture> ArchitectureArm::Create(const ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.cpp31 ArchSpec arch = register_info->GetTargetArchitecture(); local
H A DRegisterContextPOSIXCore_mips64.cpp55 lldb_private::ArchSpec arch = m_register_info_up->GetTargetArchitecture(); local
H A DRegisterContextPOSIXCore_powerpc.cpp28 ArchSpec arch = register_info->GetTargetArchitecture(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h65 UnwindAssemblyInstEmulation(const lldb_private::ArchSpec &arch, argument
/freebsd-13-stable/sys/arm/include/
H A Dminidump.h52 uint32_t arch; member in struct:minidumphdr
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp63 void BreakpointList::RemoveInvalidLocations(const ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.h60 ArchSpec arch; member in class:lldb_private::CommandObjectDisassemble::CommandOptions
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp44 registerRSDefaultTargetOpts(clang::TargetOptions &proto, const llvm::Triple::ArchType &arch) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h58 ModuleArch arch; member in class:__sanitizer::MemoryMappedSegment
H A Dsanitizer_stacktrace_printer.cpp253 RenderModuleLocation(InternalScopedString *buffer, const char *module, uptr offset, ModuleArch arch, const char *strip_path_prefix) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp55 CudaArch arch; member in struct:clang::CudaArchToStringMap

Completed in 196 milliseconds

123456