Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDDLL.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()
HDSymbols.cpp118 assert(machine == ARMNT); in makeImportThunk()
HDChunks.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()
HDConfig.h41 static const auto ARMNT = llvm::COFF::IMAGE_FILE_MACHINE_ARMNT; variable
HDChunks.h588 MachineTypes getMachine() const override { return ARMNT; } in getMachine()
610 MachineTypes getMachine() const override { return ARMNT; } in getMachine()
HDWriter.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()
HDInputFiles.cpp1150 return ARMNT; in getMachineType()
HDPDB.cpp1369 return codeview::CPUType::ARMNT; in toCodeViewMachine()
HDDriver.cpp2207 (config->machine == ARMNT || isAnyArm64(config->machine))) in linkerMain()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp205 CV_ENUM_CLASS_ENT(CPUType, ARMNT),
467 if (Cpu == CPUType::ARMNT) { in getRegisterNames()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h134 ARMNT = 0xf4, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp286 RETURN_CASE(CPUType, ARMNT, "arm nt"); in formatMachineType()
304 if (Cpu == CPUType::ARMNT) { in formatRegisterId()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBExtras.cpp122 if (CpuReg.Cpu == llvm::codeview::CPUType::ARMNT) { in operator <<()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLSymbols.cpp167 CpuType = CPUType::ARMNT; in enumeration()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewReader.cpp68 if (CPU == CPUType::ARMNT) { in formatRegisterId()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp125 return CPUType::ARMNT; in mapArchToCVCPUType()