Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp484 MachineTypes getMachine() const override { return ARMNT; } in getMachine()
511 MachineTypes getMachine() const override { return ARMNT; } in getMachine()
588 if (ctx.config.machine == ARMNT) in writeTo()
659 if (symtab.machine == ARMNT && !e.data) in writeTo()
1048 case ARMNT: in newTailMergeChunk()
1079 case ARMNT: in newThunkChunk()
H A DConfig.h43 static const auto ARMNT = llvm::COFF::IMAGE_FILE_MACHINE_ARMNT; variable
H A DChunks.h606 MachineTypes getMachine() const override { return ARMNT; } in getMachine()
652 MachineTypes getMachine() const override { return ARMNT; } in getMachine()
H A DChunks.cpp856 assert(ctx.config.machine == ARMNT); in getSize()
862 assert(ctx.config.machine == ARMNT); in writeTo()
H A DWriter.cpp418 if (machine == ARMNT) { in isInRange()
658 if (ctx.config.machine != ARMNT && !isAnyArm64(ctx.config.machine)) in finalizeAddresses()
1843 if (config->machine == ARMNT) in writeHeader()
2646 case ARMNT: in sortExceptionTables()
H A DInputFiles.cpp1237 case ARMNT: in makeImportThunk()
1465 return ARMNT; in getMachineType()
H A DPDB.cpp1371 return codeview::CPUType::ARMNT; in toCodeViewMachine()
H A DDriver.cpp2323 (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.h135 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.cpp63 if (CPU == CPUType::ARMNT) { in formatRegisterId()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp123 return CPUType::ARMNT; in mapArchToCVCPUType()