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

123456

/freebsd-current/contrib/bmake/
H A Darch.c419 FILE *arch; local
592 ArchSVR4Entry(Arch *ar, char *inout_name, size_t size, FILE *arch) argument
694 FILE *arch; local
[all...]
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c1412 aeabi_cpu_arch(uint64_t arch) argument
/freebsd-current/contrib/kyua/model/
H A Dmetadata.cpp713 model::metadata_builder::add_allowed_architecture(const std::string& arch) argument
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp74 CudaArch arch; member in struct:clang::__anon363::CudaArchToStringMap
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp848 static bool hasUnalignedAtomics(llvm::Triple::ArchType arch) { argument
1019 llvm::Triple::ArchType arch = local
856 getMaxAtomicAccessSize(CodeGenModule &CGM, llvm::Triple::ArchType arch) argument
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2578 llvm::Triple::ArchType arch = getTriple().getArch(); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp164 set(const char *module_name, uptr base_address, ModuleArch arch, u8 uuid[kModuleUUIDSize], bool instrumented) argument
H A Dsanitizer_common.h780 inline const char *ModuleArchToString(ModuleArch arch) { argument
844 ModuleArch arch() const { return arch_; } function in class:__sanitizer::LoadedModule
H A Dsanitizer_procmaps.h58 ModuleArch arch; member in class:__sanitizer::MemoryMappedSegment
H A Dsanitizer_stacktrace_printer.cpp354 RenderModuleLocation(InternalScopedString *buffer, const char *module, uptr offset, ModuleArch arch, const char *strip_path_prefix) argument
H A Dsanitizer_symbolizer_libcdep.cpp106 ModuleArch arch; local
143 ModuleArch arch; local
452 FormatAndSendCommand(const char *command_prefix, const char *module_name, uptr module_offset, ModuleArch arch) argument
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp260 StringRef arch = getArchName(flags); local
387 uint32_t arch = config->eflags & EF_MIPS_ARCH; local
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DConfig.h237 llvm::MachO::Architecture arch() const { return platformInfo.target.Arch; } function in struct:lld::macho::Configuration
H A DDriver.cpp998 static bool shouldAdhocSignByDefault(Architecture arch, PlatformType platform) { argument
[all...]
H A DInputFiles.cpp194 Architecture arch = local
247 const auto *arch = reinterpret_cast<const fat_arch *>(buf + sizeof(*hdr)); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h145 ArchSpec arch = module_sp->m_objfile_sp->GetArchitecture(); local
H A DModuleSpec.h43 ModuleSpec(const FileSpec &file_spec, const ArchSpec &arch) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h467 void SetSystemArchitecture(const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h65 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; } argument
144 ProcessInstanceInfo(const char *name, const ArchSpec &arch, lldb::pid_t pid) argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp906 ArchSpec arch = local
1032 ArchSpec arch = Platform::GetAugmentedArchSpec( local
[all...]
H A DSBInstruction.cpp315 lldb_private::ArchSpec arch = target->GetArchitecture(); local
H A DSBProcessInfo.cpp182 const auto &arch = m_opaque_up->GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp276 void Breakpoint::RemoveInvalidLocations(const ArchSpec &arch) { argument
H A DBreakpointList.cpp65 void BreakpointList::RemoveInvalidLocations(const ArchSpec &arch) { argument
H A DBreakpointLocationList.cpp266 void BreakpointLocationList::RemoveInvalidLocations(const ArchSpec &arch) { argument

Completed in 615 milliseconds

123456