reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
375 case ELF64LEKind:
tools/lld/ELF/Driver.cpp132 {ELF64LEKind, EM_AARCH64}) 140 .Case("elf64ltsmip", {ELF64LEKind, EM_MIPS}) 141 .Case("elf64lriscv", {ELF64LEKind, EM_RISCV}) 143 .Case("elf64lppc", {ELF64LEKind, EM_PPC64}) 144 .Cases("elf_amd64", "elf_x86_64", {ELF64LEKind, EM_X86_64}) 498 case ELF64LEKind: 1098 config->is64 = (k == ELF64LEKind || k == ELF64BEKind); 1099 config->isLE = (k == ELF32LEKind || k == ELF64LEKind); 1101 config->isMips64EL = (k == ELF64LEKind && m == EM_MIPS);tools/lld/ELF/InputFiles.cpp
92 return (endian == ELFDATA2LSB) ? ELF64LEKind : ELF64BEKind; 211 case ELF64LEKind: 259 case ELF64LEKind: 313 case ELF64LEKind: 1317 return t.isArch64Bit() ? ELF64LEKind : ELF32LEKind; 1476 case ELF64LEKind:tools/lld/ELF/ScriptParser.cpp
389 .Case("elf64-aarch64", {ELF64LEKind, EM_AARCH64}) 390 .Case("elf64-littleaarch64", {ELF64LEKind, EM_AARCH64}) 393 .Case("elf64-powerpcle", {ELF64LEKind, EM_PPC64}) 394 .Case("elf64-x86-64", {ELF64LEKind, EM_X86_64}) 400 .Case("elf64-tradlittlemips", {ELF64LEKind, EM_MIPS}) 402 .Case("elf64-littleriscv", {ELF64LEKind, EM_RISCV})tools/lld/ELF/SyntheticSections.cpp
474 case ELF64LEKind:
tools/lld/ELF/Target.cpp70 case ELF64LEKind: 115 case ELF64LEKind: