Home
last modified time | relevance | path

Searched refs:EntrySize (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h376 unsigned EntrySize,
390 unsigned EntrySize; member
393 : SectionName(SectionName), Flags(Flags), EntrySize(EntrySize) {} in ELFEntrySizeKey()
400 return EntrySize < Other.EntrySize;
571 unsigned Flags, unsigned EntrySize) { in getELFSection() argument
572 return getELFSection(Section, Type, Flags, EntrySize, "", false, in getELFSection()
577 unsigned Flags, unsigned EntrySize, in getELFSection() argument
584 unsigned Flags, unsigned EntrySize,
590 unsigned Flags, unsigned EntrySize,
601 unsigned EntrySize = 0);
[all …]
H A DMCSectionELF.h38 unsigned EntrySize; variable
57 UniqueID(UniqueID), EntrySize(entrySize), Group(group, IsComdat), in MCSectionELF()
74 unsigned getEntrySize() const { return EntrySize; } in getEntrySize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DOffloadEmitter.cpp51 if (Doc.EntrySize) in yaml2offload()
52 TheHeader->EntrySize = *Doc.EntrySize; in yaml2offload()
H A DOffloadYAML.cpp54 IO.mapOptional("EntrySize", O.EntrySize); in mapping()
H A DDWARFEmitter.cpp944 Expected<uint64_t> EntrySize = in writeDWARFLists() local
946 if (!EntrySize) in writeDWARFLists()
947 return EntrySize.takeError(); in writeDWARFLists()
948 Length += *EntrySize; in writeDWARFLists()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h38 static void *allocateWithKey(size_t EntrySize, size_t EntryAlign,
44 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey() argument
51 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey()
56 char *Buffer = reinterpret_cast<char *>(Allocation) + EntrySize; in allocateWithKey()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp469 unsigned EntrySize, in createELFSectionImpl() argument
505 unsigned EntrySize, const MCSymbolELF *Group, in createELFRelSection() argument
512 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection()
519 unsigned EntrySize) { in getELFNamedSection() argument
525 unsigned Flags, unsigned EntrySize, in getELFSection() argument
533 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
538 unsigned Flags, unsigned EntrySize, in getELFSection() argument
616 unsigned EntrySize) { in recordELFMergeableSectionInfo() argument
626 ELFEntrySizeKey{SectionName, Flags, EntrySize}, UniqueID)); in recordELFMergeableSectionInfo()
642 unsigned EntrySize) { in getELFUniqueIDForEntsize() argument
[all …]
H A DMCSectionELF.cpp181 if (EntrySize) { in printSwitchToSection()
183 OS << "," << EntrySize; in printSwitchToSection()
H A DELFObjectWriter.cpp209 uint64_t EntrySize);
649 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in computeSymbolTable() local
651 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize); in computeSymbolTable()
833 unsigned EntrySize; in createRelocationSection() local
835 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in createRelocationSection()
837 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
844 RelaSectionName, Rela ? ELF::SHT_RELA : ELF::SHT_REL, Flags, EntrySize, in createRelocationSection()
926 MaybeAlign Alignment, uint64_t EntrySize) { in WriteSecHdrEntry() argument
936 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp59 unsigned EntrySize = Asm.getDwarfOffsetByteSize(); in emitStringOffsetsTableHeader() local
64 Asm.emitDwarfUnitLength(getNumIndexedStrings() * EntrySize + 4, in emitStringOffsetsTableHeader()
H A DCodeViewDebug.h139 codeview::JumpTableEntrySize EntrySize; member
H A DWinException.cpp589 const MCExpr *EntrySize = MCConstantExpr::create(16, Ctx); in emitCSpecificHandlerTable() local
590 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h43 std::optional<uint64_t> EntrySize; member
/freebsd-14.2/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp102 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR); in DirectoryWatcherWindows() local
103 Notifications.resize((4 * EntrySize) / sizeof(DWORD)); in DirectoryWatcherWindows()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp637 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal() argument
646 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + "."; in getELFSectionNameForGlobal()
650 Name += utostr(EntrySize); in getELFSectionNameForGlobal()
726 EntrySize = 0; in calcUniqueIDUpdateFlagsAndSize()
742 Ctx.getELFUniqueIDForEntsize(SectionName, Flags, EntrySize); in calcUniqueIDUpdateFlagsAndSize()
751 getELFSectionNameForGlobal(GO, Kind, Mang, TM, EntrySize, false); in calcUniqueIDUpdateFlagsAndSize()
811 unsigned EntrySize = getEntrySizeForKind(Kind); in selectExplicitSectionGlobal() local
818 SectionName, getELFSectionType(SectionName, Kind), Flags, EntrySize, in selectExplicitSectionGlobal()
861 unsigned EntrySize = getEntrySizeForKind(Kind); in selectELFSectionForGlobal() local
874 GO, Kind, Mang, TM, EntrySize, UniqueSectionName); in selectELFSectionForGlobal()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp193 TheHeader->EntrySize > TheHeader->Size - sizeof(Header)) in create()
231 TheHeader.EntrySize = sizeof(Entry); in write()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp622 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); in select() local
623 assert((EntrySize == 4 || (Subtarget->is64Bit() && EntrySize == 8)) && in select()
633 .addImm(Log2_32(EntrySize)); in select()
643 unsigned LdOpc = EntrySize == 8 ? RISCV::LD : RISCV::LW; in select()
649 EntrySize, Align(MJTI->getEntryAlignment(MF.getDataLayout())))); in select()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h112 uint64_t EntrySize; // Size of the metadata entry in bytes. member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1126 codeview::JumpTableEntrySize EntrySize; in getCodeViewJumpTableInfo() local
1134 EntrySize = codeview::JumpTableEntrySize::UInt32; in getCodeViewJumpTableInfo()
1140 EntrySize = codeview::JumpTableEntrySize::UInt16ShiftLeft; in getCodeViewJumpTableInfo()
1148 EntrySize = codeview::JumpTableEntrySize::UInt8ShiftLeft; in getCodeViewJumpTableInfo()
1156 EntrySize = codeview::JumpTableEntrySize::Pointer; in getCodeViewJumpTableInfo()
1162 return std::make_tuple(BaseLabel, BaseOffset, BranchLabel, EntrySize); in getCodeViewJumpTableInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp80 Shdr.sh_entsize = Sec.EntrySize; in writeShdr()
102 Sec.EntrySize = sizeof(Elf_Sym); in visit()
103 Sec.Size = Sec.Symbols.size() * Sec.EntrySize; in visit()
111 Sec.EntrySize = Sec.Type == SHT_REL ? sizeof(Elf_Rel) : sizeof(Elf_Rela); in visit()
112 Sec.Size = Sec.Relocations.size() * Sec.EntrySize; in visit()
719 Size += this->EntrySize; in addSymbol()
755 Size = Symbols.size() * EntrySize; in removeSymbols()
1784 Sec->EntrySize = Shdr.sh_entsize; in readSectionHeaders()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1417 uptr EntrySize = atomic_load_relaxed(&Entry->AllocationSize); in getRingBufferErrorInfo() local
1427 if (FaultAddr < EntryPtr || FaultAddr >= EntryPtr + EntrySize) in getRingBufferErrorInfo()
1435 FaultAddr >= EntryPtr + EntrySize + getPageSizeCached()) in getRingBufferErrorInfo()
1462 R->allocation_size = EntrySize; in getRingBufferErrorInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp368 unsigned EntrySize = in select() local
370 assert(isPowerOf2_32(EntrySize) && in select()
377 .addImm(Log2_32(EntrySize)); in select()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp361 static std::string formatJumpTableEntrySize(JumpTableEntrySize EntrySize) { in formatJumpTableEntrySize() argument
362 switch (EntrySize) { in formatJumpTableEntrySize()
375 return formatUnknownEnum(EntrySize); in formatJumpTableEntrySize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1097 codeview::JumpTableEntrySize EntrySize; in getCodeViewJumpTableInfo() local
1100 EntrySize = codeview::JumpTableEntrySize::UInt8ShiftLeft; in getCodeViewJumpTableInfo()
1103 EntrySize = codeview::JumpTableEntrySize::UInt16ShiftLeft; in getCodeViewJumpTableInfo()
1106 EntrySize = codeview::JumpTableEntrySize::Int32; in getCodeViewJumpTableInfo()
1111 return std::make_tuple(Base, 0, BranchLabel, EntrySize); in getCodeViewJumpTableInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp1059 uint8_t EntrySize = getDwarfOffsetByteSize(); in validateContributionSize() local
1062 uint64_t ValidationSize = alignTo(Size, EntrySize); in validateContributionSize()

12