/external/llvm/test/MC/AsmParser/ |
D | section.s | 61 # CHECK-NEXT: EntrySize: 0 77 # CHECK-NEXT: EntrySize: 0 93 # CHECK-NEXT: EntrySize: 0 109 # CHECK-NEXT: EntrySize: 0 125 # CHECK-NEXT: EntrySize: 0
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 331 unsigned Flags, unsigned EntrySize, in getELFSection() argument 333 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr); in getELFSection() 337 unsigned Flags, unsigned EntrySize, in getELFSection() argument 339 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0, in getELFSection() 344 unsigned Flags, unsigned EntrySize, in getELFSection() argument 346 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID, in getELFSection() 351 unsigned Flags, unsigned EntrySize, 356 unsigned Flags, unsigned EntrySize, 362 unsigned Flags, unsigned EntrySize,
|
D | MCSectionELF.h | 46 unsigned EntrySize; variable 59 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group), in MCSectionELF() 77 unsigned getEntrySize() const { return EntrySize; } in getEntrySize()
|
/external/llvm/test/MC/ARM/ |
D | eh-link.s | 25 @ CHECK-NEXT: EntrySize: 0 42 @ CHECK-NEXT: EntrySize: 0 60 @ CHECK-NEXT: EntrySize: 0 77 @ CHECK-NEXT: EntrySize: 0
|
D | elf-movt.s | 31 @ OBJ-NEXT: EntrySize: 0 50 @ OBJ-NEXT: EntrySize: 8
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-initial-cfa.s | 27 # STATIC-NEXT: EntrySize: 51 # STATIC-NEXT: EntrySize: 24 68 # PIC-NEXT: EntrySize: 0 92 # PIC-NEXT: EntrySize: 24
|
D | ppc64-fixup-apply.s | 77 # CHECK-NEXT: EntrySize: 0 105 # CHECK-NEXT: EntrySize: 0
|
D | ppc-word.s | 25 # CHECK-NEXT: EntrySize: 0
|
D | ppc-llong.s | 25 # CHECK-NEXT: EntrySize: 0
|
/external/llvm/test/MC/Mips/ |
D | elf_reginfo.s | 21 # CHECK_64: EntrySize: 1 31 # CHECK_32: EntrySize: 24
|
D | mips64eb-fixups.s | 37 # CHECK-NEXT: EntrySize: 0
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 316 unsigned Flags, unsigned EntrySize, in createELFRelSection() argument 325 EntrySize, Group, true, nullptr, Associated); in createELFRelSection() 329 unsigned Flags, unsigned EntrySize, in getELFSection() argument 336 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID, in getELFSection() 341 unsigned Flags, unsigned EntrySize, in getELFSection() argument 369 MCSectionELF(CachedName, Type, Flags, Kind, EntrySize, GroupSym, UniqueID, in getELFSection()
|
D | MCSectionELF.cpp | 139 if (EntrySize) { in PrintSwitchToSection() 141 OS << "," << EntrySize; in PrintSwitchToSection()
|
D | ELFObjectWriter.cpp | 218 uint64_t EntrySize); 768 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in computeSymbolTable() local 770 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize, ""); in computeSymbolTable() 955 unsigned EntrySize; in createRelocationSection() local 957 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in createRelocationSection() 959 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection() 967 Flags, EntrySize, Sec.getGroup(), &Sec); in createRelocationSection() 1036 uint64_t EntrySize) { in WriteSecHdrEntry() argument 1046 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 247 unsigned EntrySize = 0; in selectELFSectionForGlobal() local 250 EntrySize = 2; in selectELFSectionForGlobal() 252 EntrySize = 4; in selectELFSectionForGlobal() 254 EntrySize = 1; in selectELFSectionForGlobal() 259 EntrySize = 4; in selectELFSectionForGlobal() 261 EntrySize = 8; in selectELFSectionForGlobal() 264 EntrySize = 16; in selectELFSectionForGlobal() 283 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + "."; in selectELFSectionForGlobal() 287 Name += utostr(EntrySize); in selectELFSectionForGlobal() 302 EntrySize, Group, UniqueID); in selectELFSectionForGlobal()
|
/external/llvm/test/MC/ELF/ |
D | entsize.ll | 37 ; 64-NEXT: EntrySize: 1 53 ; 64-NEXT: EntrySize: 8
|
/external/llvm/test/Object/ |
D | invalid.test | 23 SECTION-NEXT: EntrySize: 32 35 SECTION-NEXT: EntrySize: 32
|
D | obj2yaml-sectiongroup.test | 25 #SECTIONS: EntrySize: 4
|
/external/llvm/test/MC/Mips/mips64r3/ |
D | abiflags.s | 23 # CHECK-OBJ: EntrySize: 24
|
/external/llvm/test/MC/Mips/mips32/ |
D | abiflags.s | 23 # CHECK-OBJ: EntrySize: 24
|
/external/llvm/test/MC/Mips/mips64r5/ |
D | abiflags.s | 23 # CHECK-OBJ: EntrySize: 24
|
/external/llvm/test/MC/Mips/mips64r2/ |
D | abiflags.s | 23 # CHECK-OBJ: EntrySize: 24
|
/external/llvm/test/MC/Mips/mips64/ |
D | abiflags.s | 23 # CHECK-OBJ: EntrySize: 24
|
/external/llvm/test/MC/Mips/mips32r3/ |
D | abiflags.s | 24 # CHECK-OBJ: EntrySize: 24
|
/external/llvm/test/MC/Mips/mips32r2/ |
D | abiflags.s | 24 # CHECK-OBJ: EntrySize: 24
|