/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 139 .Case("hexagon", EM_HEXAGON) in convertArchNameToEMachine() 446 case EM_HEXAGON: in convertEMachineToArchName()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 84 case ELF::EM_HEXAGON: in getELFRelocationTypeName() 210 case ELF::EM_HEXAGON: in getELFRelativeRelocationType() 253 case ELF::EM_HEXAGON: in getELFSectionTypeName() 534 case ELF::EM_HEXAGON: in getDynamicTagAsString()
|
H A D | ELFObjectFile.cpp | 428 case ELF::EM_HEXAGON: in getFeatures()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 63 case EM_HEXAGON: in getTarget()
|
H A D | Relocations.cpp | 1068 if (!(config->emachine == EM_HEXAGON && in processAux() 1344 config->emachine != EM_HEXAGON && config->emachine != EM_LOONGARCH && in handleTlsRelocation()
|
H A D | Writer.cpp | 1441 if (config->emachine == EM_HEXAGON) in finalizeAddressDependentContent() 1905 if (config->emachine == EM_HEXAGON && hexagonNeedsTLSSymbol(outputSections)) { in finalizeSections()
|
H A D | InputSection.cpp | 706 case EM_HEXAGON: in getTlsTpOffset()
|
H A D | Driver.cpp | 205 .Case("hexagonelf", {ELF32LEKind, EM_HEXAGON}) in parseEmulation() 1178 bool rela = is_contained({EM_AARCH64, EM_AMDGPU, EM_HEXAGON, EM_LOONGARCH, in getIsRela()
|
H A D | ScriptParser.cpp | 471 .Cases("elf32-hexagon", "elf32-littlehexagon", {ELF32LEKind, EM_HEXAGON}) in parseBfdName()
|
H A D | InputFiles.cpp | 1653 return EM_HEXAGON; in getBitcodeMachineKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonELFObjectWriter.cpp | 38 : MCELFObjectTargetWriter(/*Is64bit*/ false, OSABI, ELF::EM_HEXAGON, in HexagonELFObjectWriter()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 316 ECase(EM_HEXAGON); in enumeration() 480 case ELF::EM_HEXAGON: in bitset() 720 case ELF::EM_HEXAGON: in enumeration() 788 case ELF::EM_HEXAGON: in bitset() 894 case ELF::EM_HEXAGON: in enumeration() 982 case ELF::EM_HEXAGON: in enumeration()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 199 case EM_HEXAGON: in GetRelocationJumpSlotType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 416 case ELF::EM_HEXAGON: in getBuildAttributes() 1299 case ELF::EM_HEXAGON: in getFileFormatName() 1376 case ELF::EM_HEXAGON: in getArch()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 258 EM_HEXAGON = 164, // Qualcomm Hexagon processor enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 411 {ArchSpec::eCore_hexagon_generic, llvm::ELF::EM_HEXAGON,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 316 {"elf32-hexagon", {ELF::EM_HEXAGON, false, true}},
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1243 ENUM_ENT(EM_HEXAGON, "Qualcomm Hexagon"), 1382 case EM_HEXAGON: in getSectionFlagsForTarget() 2360 case EM_HEXAGON: in getDynamicEntry() 2852 case EM_HEXAGON: in printArchSpecificInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 671 if (Machine == EM_HEXAGON) { in isValidReservedSectionIndex()
|