Home
last modified time | relevance | path

Searched refs:ARMNT (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp443 MachineTypes getMachine() const override { return ARMNT; } in getMachine()
470 MachineTypes getMachine() const override { return ARMNT; } in getMachine()
544 if (ctx.config.machine == ARMNT) in writeTo()
615 if (ctx.config.machine == ARMNT && !e.data) in writeTo()
805 case ARMNT: in newTailMergeChunk()
840 case ARMNT: in newThunkChunk()
H A DSymbols.cpp118 assert(machine == ARMNT); in makeImportThunk()
H A DChunks.cpp624 case ARMNT: in getRuntimePseudoRelocSize()
825 assert(ctx.config.machine == ARMNT); in getSize()
831 assert(ctx.config.machine == ARMNT); in writeTo()
1013 case ARMNT: in getDefaultType()
H A DConfig.h41 static const auto ARMNT = llvm::COFF::IMAGE_FILE_MACHINE_ARMNT; variable
H A DChunks.h588 MachineTypes getMachine() const override { return ARMNT; } in getMachine()
610 MachineTypes getMachine() const override { return ARMNT; } in getMachine()
H A DWriter.cpp395 if (ctx.config.machine == ARMNT) { in isInRange()
433 case ARMNT: in getThunk()
623 if (ctx.config.machine != ARMNT && ctx.config.machine != ARM64) in finalizeAddresses()
1650 if (config->machine == ARMNT) in writeHeader()
2281 case ARMNT: in sortExceptionTables()
H A DInputFiles.cpp1150 return ARMNT; in getMachineType()
H A DPDB.cpp1369 return codeview::CPUType::ARMNT; in toCodeViewMachine()
H A DDriver.cpp2207 (config->machine == ARMNT || isAnyArm64(config->machine))) in linkerMain()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp205 CV_ENUM_CLASS_ENT(CPUType, ARMNT),
467 if (Cpu == CPUType::ARMNT) { in getRegisterNames()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h134 ARMNT = 0xf4, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp286 RETURN_CASE(CPUType, ARMNT, "arm nt"); in formatMachineType()
304 if (Cpu == CPUType::ARMNT) { in formatRegisterId()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp122 if (CpuReg.Cpu == llvm::codeview::CPUType::ARMNT) { in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp167 CpuType = CPUType::ARMNT; in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp68 if (CPU == CPUType::ARMNT) { in formatRegisterId()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp124 // here is indiscriminately mapped to ARMNT specifically. in mapArchToCVCPUType()
125 return CPUType::ARMNT; in mapArchToCVCPUType()