/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 | 317 unsigned Flags, unsigned EntrySize, in getELFSection() argument 319 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr); in getELFSection() 323 unsigned Flags, unsigned EntrySize, in getELFSection() argument 326 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0, in getELFSection() 331 unsigned Flags, unsigned EntrySize, in getELFSection() argument 333 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID, in getELFSection() 338 unsigned Flags, unsigned EntrySize, 343 unsigned Flags, unsigned EntrySize, 349 unsigned Flags, unsigned EntrySize,
|
D | MCSectionELF.h | 47 unsigned EntrySize; variable 60 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group), in MCSectionELF() 75 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/lib/MC/ |
D | MCContext.cpp | 282 unsigned EntrySize, const MCSymbol *Group, in createELFRelSection() argument 290 EntrySize, Group, true, nullptr, Associated); in createELFRelSection() 294 unsigned Flags, unsigned EntrySize, in getELFSection() argument 301 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID, in getELFSection() 306 unsigned Flags, unsigned EntrySize, in getELFSection() argument 334 new (*this) MCSectionELF(CachedName, Type, Flags, Kind, EntrySize, in getELFSection()
|
D | MCSectionELF.cpp | 140 if (EntrySize) { in PrintSwitchToSection() 142 OS << "," << EntrySize; in PrintSwitchToSection()
|
D | ELFObjectWriter.cpp | 269 uint64_t Alignment, uint64_t EntrySize); 1123 unsigned EntrySize; in createRelocationSection() local 1125 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in createRelocationSection() 1127 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection() 1135 Flags, EntrySize, Section.getGroup(), &Section); in createRelocationSection() 1308 uint64_t EntrySize) { in WriteSecHdrEntry() argument 1318 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry() 1369 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in CreateMetadataSections() local 1381 EntrySize, ""); in CreateMetadataSections()
|
/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/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 253 unsigned EntrySize = 0; in selectELFSectionForGlobal() local 256 EntrySize = 2; in selectELFSectionForGlobal() 258 EntrySize = 4; in selectELFSectionForGlobal() 260 EntrySize = 1; in selectELFSectionForGlobal() 265 EntrySize = 4; in selectELFSectionForGlobal() 267 EntrySize = 8; in selectELFSectionForGlobal() 270 EntrySize = 16; in selectELFSectionForGlobal() 289 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + "."; in selectELFSectionForGlobal() 293 Name += utostr(EntrySize); in selectELFSectionForGlobal() 308 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 | obj2yaml-sectiongroup.test | 25 #SECTIONS: EntrySize: 4
|
/external/llvm/test/MC/Mips/mips32/ |
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/mips64r3/ |
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/mips64r5/ |
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
|
/external/llvm/test/MC/Mips/mips32r5/ |
D | abiflags.s | 24 # CHECK-OBJ: EntrySize: 24
|