Home
last modified time | relevance | path

Searched refs:ARM64X (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h56 if (symtab.ctx.config.machine == ARM64X) in forEachActiveSymtab()
H A DDLL.cpp813 if (ctx.config.machine == ARM64X && !lookupsTerminator && in create()
872 if (ctx.config.machine != ARM64X) in create()
932 if (ctx.config.machine == ARM64X) { in create()
994 } else if (ctx.config.machine == ARM64X) { in create()
1009 if (!tm && !symtab.isEC() && ctx.config.machine != ARM64X) in create()
H A DConfig.h42 static const auto ARM64X = llvm::COFF::IMAGE_FILE_MACHINE_ARM64X; variable
H A DDriver.cpp189 return mt == ARM64 || mt == ARM64X; in compatibleMachineType()
191 case ARM64X: in compatibleMachineType()
1000 if (ctx.config.machine == ARM64X) in createImportLibrary()
1404 (ctx.config.machine == ARM64X && ctx.hybridSymtab->hadExplicitExports)) in maybeExportMinGWSymbols()
2346 if (ctx.config.machine == ARM64X) { in linkerMain()
2707 (ctx.config.machine == ARM64X && !ctx.hybridSymtab->exports.empty())) { in linkerMain()
H A DWriter.cpp771 if (ctx.config.machine == ARM64X) in run()
1792 ctx.config.machine == ARM64X ? *ctx.hybridSymtab : ctx.symtab; in writeHeader()
2447 ChunkRange &chpePdata = ctx.config.machine == ARM64X ? hybridPdata : pdata; in setECSymbols()
2492 if (ctx.config.machine == ARM64X) { in setECSymbols()
2643 case ARM64X: in sortExceptionTables()
2936 if (ctx.config.machine == ARM64X && !symtab.isEC() && in prepareLoadConfig()
H A DPDB.cpp1369 return codeview::CPUType::ARM64X; in toCodeViewMachine()
1441 machine = ARM64X; in addCommonLinkerModuleSymbols()
H A DChunks.cpp583 if (ctx.config.machine == ARM64X && ctx.hybridSymtab->loadConfigSym && in getBaserels()
H A DSymbolTable.cpp563 if (ctx.config.machine == ARM64X) { in initializeLoadConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h139 ARM64X = 0xf9, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp209 CV_ENUM_CLASS_ENT(CPUType, ARM64X),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp274 RETURN_CASE(CPUType, ARM64X, "arm64x"); in formatMachineType()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4952 HelpText<"Link as a hybrid ARM64X image">;