/openbsd/gnu/llvm/compiler-rt/cmake/Modules/ |
H A D | AllSupportedArchDefs.cmake | 1 set(ARM64 aarch64) variable 21 set(ARM64 arm64) variable 27 ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${S390X} ${SPARC} ${SPARCV9} 32 set(ALL_DFSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64}) 45 set(ALL_FUZZER_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64}) 47 set(ALL_FUZZER_SUPPORTED_ARCH ${X86_64} ${ARM64}) 50 set(ALL_GWP_ASAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64}) 52 set(ALL_LSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${MIPS64} ${ARM64}) 58 set(ALL_HWASAN_SUPPORTED_ARCH ${X86_64} ${ARM64} ${RISCV64}) 80 set(ALL_SHADOWCALLSTACK_SUPPORTED_ARCH ${ARM64}) [all …]
|
/openbsd/gnu/llvm/lld/MachO/Arch/ |
H A D | ARM64.cpp | 32 struct ARM64 : ARM64Common { struct 33 ARM64(); 80 void ARM64::writeStub(uint8_t *buf8, const Symbol &sym, in writeStub() 94 void ARM64::writeStubHelperHeader(uint8_t *buf8) const { in writeStubHelperHeader() 104 void ARM64::writeStubHelperEntry(uint8_t *buf8, const Symbol &sym, in writeStubHelperEntry() 120 void ARM64::writeObjCMsgSendStub(uint8_t *buf, Symbol *sym, uint64_t stubsAddr, in writeObjCMsgSendStub() 138 void ARM64::populateThunk(InputSection *thunk, Symbol *funcSym) { in populateThunk() 152 ARM64::ARM64() : ARM64Common(LP64()) { in ARM64() function in ARM64 591 void ARM64::applyOptimizationHints(uint8_t *outBuf, const ObjFile &obj) const { in applyOptimizationHints() 713 static ARM64 t; in createARM64TargetInfo()
|
/openbsd/gnu/llvm/compiler-rt/cmake/ |
H A D | builtin-config-ix.cmake | 31 set(ARM64 aarch64) variable 51 set(ARM64 arm64 arm64e) variable 57 ${X86} ${X86_64} ${ARM32} ${ARM64} ${AVR} 98 foreach(arch ${ARM64}) 111 set(DARWIN_ios_BUILTIN_ALL_POSSIBLE_ARCHS ${ARM64} ${ARM32})
|
H A D | crt-config-ix.cmake | 21 set(ARM64 aarch64) variable 33 set(ALL_CRT_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${PPC32}
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ |
H A D | CMakeLists.txt | 2 add_subdirectory(ARM64)
|
/openbsd/gnu/usr.bin/clang/liblldbPluginInstruction/ |
H A D | Makefile | 16 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Instruction/ARM64
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | Config.h | 39 static const auto ARM64 = llvm::COFF::IMAGE_FILE_MACHINE_ARM64; variable 99 bool is64() const { return machine == AMD64 || machine == ARM64; } in is64()
|
H A D | Chunks.cpp | 449 case ARM64: in applyRelocation() 534 case ARM64: in getBaserelType() 624 case ARM64: in getRuntimePseudoRelocSize() 826 assert(ctx.config.machine == ARM64); in getSize() 832 assert(ctx.config.machine == ARM64); in writeTo() 976 case ARM64: in getDefaultType()
|
H A D | Symbols.cpp | 116 if (machine == ARM64) in makeImportThunk()
|
H A D | DLL.cpp | 791 case ARM64: in newTailMergeChunk() 826 case ARM64: in newThunkChunk()
|
H A D | Writer.cpp | 379 } else if (ctx.config.machine == ARM64) { in isInRange() 409 case ARM64: in getThunk() 555 if (ctx.config.machine != ARMNT && ctx.config.machine != ARM64) in finalizeAddresses() 2041 if (ctx.config.machine == ARMNT || ctx.config.machine == ARM64) { in sortExceptionTable()
|
/openbsd/gnu/llvm/llvm/tools/llvm-cvtres/ |
H A D | Opts.td | 7 …", "-"], "MACHINE:">, HelpText<"Machine architecture">, MetaVarName<"{ARM|ARM64|EBC|IA64|X64|X86}"…
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lld/MachO/ |
H A D | BUILD.gn | 27 "Arch/ARM64.cpp",
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | CMakeLists.txt | 9 Arch/ARM64.cpp
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | MinidumpConstants.def | 99 HANDLE_MDMP_ARCH(0x000c, ARM64) // PROCESSOR_ARCHITECTURE_ARM64 102 HANDLE_MDMP_ARCH(0x8003, BP_ARM64) // Breakpad-defined value for ARM64
|
/openbsd/gnu/llvm/llvm/include/llvm/TextAPI/ |
H A D | Architecture.def | 36 /// ARM64 architectures sorted by cpu sub type id.
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbFPOProgramToDWARFExpression.cpp | 32 cpu_type = llvm::codeview::CPUType::ARM64; in ResolveLLDBRegisterNum()
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | GetHostTriple.cmake | 6 if( CMAKE_C_COMPILER_ARCHITECTURE_ID MATCHES "ARM64.*" )
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CompilerWriterInfo.rst | 184 * `ARM64 Function Calling Conventions <https://developer.apple.com/library/archive/documentation/Xc… 190 * `ARM64 exception handling <https://docs.microsoft.com/en-us/cpp/build/arm64-exception-handling>`_ 192 * `Overview of ARM64 ABI conventions <https://docs.microsoft.com/en-us/cpp/build/arm64-windows-abi-…
|
H A D | Extensions.rst | 185 ARM64/COFF-Dependent 604 Windows on ARM64
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 203 CV_ENUM_CLASS_ENT(CPUType, ARM64), 450 } else if (Cpu == CPUType::ARM64) { in getRegisterNames()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 134 ARM64 = 0xf6, enumerator
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | CMakeLists.txt | 96 #error Not building for ARM64
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 266 RETURN_CASE(CPUType, ARM64, "arm64"); in formatMachineType() 308 } else if (Cpu == CPUType::ARM64) { in formatRegisterId()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 135 } else if (CpuReg.Cpu == llvm::codeview::CPUType::ARM64) { in operator <<()
|