Home
last modified time | relevance | path

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

12

/freebsd/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.cpp1132 Expected<uint64_t> EntrySize = in writeDWARFLists() local
1134 if (!EntrySize) in writeDWARFLists()
1135 return EntrySize.takeError(); in writeDWARFLists()
1136 Length += *EntrySize; in writeDWARFLists()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h358 unsigned Flags, unsigned EntrySize,
557 unsigned Flags, unsigned EntrySize) { in getELFSection() argument
558 return getELFSection(Section, Type, Flags, EntrySize, "", false, in getELFSection()
563 unsigned Flags, unsigned EntrySize, in getELFSection() argument
565 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection()
570 unsigned Flags, unsigned EntrySize,
576 unsigned Flags, unsigned EntrySize,
587 unsigned EntrySize = 0);
590 unsigned Flags, unsigned EntrySize,
597 unsigned UniqueID, unsigned EntrySize);
[all …]
H A DMCSectionELF.h39 unsigned EntrySize; variable
63 Type(type), Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), in MCSectionELF()
80 unsigned getEntrySize() const { return EntrySize; } in getEntrySize()
/freebsd/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/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp523 unsigned EntrySize, in createELFSectionImpl() argument
532 Section, Type, Flags, EntrySize, Group, Comdat, UniqueID, R, LinkedToSym); in createELFSectionImpl()
541 unsigned EntrySize, const MCSymbolELF *Group, in createELFRelSection() argument
548 I->getKey(), Type, Flags, EntrySize, Group, true, true, in createELFRelSection()
555 unsigned EntrySize) { in getELFNamedSection() argument
556 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix, in getELFNamedSection()
561 unsigned Flags, unsigned EntrySize, in getELFSection() argument
569 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
574 unsigned Flags, unsigned EntrySize, in getELFSection() argument
620 createELFSectionImpl(CachedName, Type, Flags, EntrySize, GroupSym, in getELFSection()
[all …]
H A DMCSectionELF.cpp178 if (EntrySize) { in printSwitchToSection()
180 OS << "," << EntrySize; in printSwitchToSection()
H A DELFObjectWriter.cpp193 uint64_t EntrySize);
497 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in computeSymbolTable() local
499 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize); in computeSymbolTable()
695 unsigned EntrySize; in createRelocationSection() local
697 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in createRelocationSection()
699 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
704 EntrySize, Sec.getGroup(), &Sec); in createRelocationSection()
783 MaybeAlign Alignment, uint64_t EntrySize) { in WriteSecHdrEntry() argument
793 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp638 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal() argument
649 Name += utostr(EntrySize); in getELFSectionNameForGlobal()
654 Name += utostr(EntrySize); in getELFSectionNameForGlobal()
693 unsigned &EntrySize, unsigned &NextUniqueID, in calcUniqueIDUpdateFlagsAndSize() argument
728 EntrySize = 0; in calcUniqueIDUpdateFlagsAndSize()
748 Ctx.getELFUniqueIDForEntsize(SectionName, Flags, EntrySize); in calcUniqueIDUpdateFlagsAndSize()
758 getELFSectionNameForGlobal(GO, Kind, Mang, TM, EntrySize, false); in calcUniqueIDUpdateFlagsAndSize()
814 unsigned EntrySize = getEntrySizeForKind(Kind); in selectExplicitSectionGlobal() local
816 GO, SectionName, Kind, TM, Ctx, Mang, Flags, EntrySize, NextUniqueID, in selectExplicitSectionGlobal()
821 SectionName, getELFSectionType(SectionName, Kind), Flags, EntrySize, in selectExplicitSectionGlobal()
[all …]
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h43 std::optional<uint64_t> EntrySize;
44 std::optional<uint64_t> EntrySize; global() member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp196 TheHeader->EntrySize > TheHeader->Size - sizeof(Header)) in create()
234 TheHeader.EntrySize = sizeof(Entry); in write()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp637 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); in select() local
638 assert((EntrySize == 4 || (Subtarget->is64Bit() && EntrySize == 8)) && in select()
648 .addImm(Log2_32(EntrySize)); in select()
658 unsigned LdOpc = EntrySize == 8 ? RISCV::LD : RISCV::LW; in select()
664 EntrySize, Align(MJTI->getEntryAlignment(MF.getDataLayout())))); in select()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h112 uint64_t EntrySize; // Size of the metadata entry in bytes.
111 uint64_t EntrySize; // Size of the metadata entry in bytes. global() member
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp362 unsigned EntrySize = in select() local
364 assert(isPowerOf2_32(EntrySize) && in select()
371 .addImm(Log2_32(EntrySize)); in select()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp82 Shdr.sh_entsize = Sec.EntrySize; in writeShdr()
104 Sec.EntrySize = sizeof(Elf_Sym); in visit()
105 Sec.Size = Sec.Symbols.size() * Sec.EntrySize; in visit()
129 Sec.EntrySize = Sec.Type == SHT_REL ? sizeof(Elf_Rel) : sizeof(Elf_Rela); in visit()
130 Sec.Size = Sec.Relocations.size() * Sec.EntrySize; in visit()
739 Size += this->EntrySize; in addSymbol()
775 Size = Symbols.size() * EntrySize; in removeSymbols()
1816 Sec->EntrySize = Shdr.sh_entsize; in readSectionHeaders()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1570 uptr EntrySize = atomic_load_relaxed(&Entry->AllocationSize); in getRingBufferErrorInfo() local
1580 if (FaultAddr < EntryPtr || FaultAddr >= EntryPtr + EntrySize) in getRingBufferErrorInfo()
1588 FaultAddr >= EntryPtr + EntrySize + getPageSizeCached()) in getRingBufferErrorInfo()
1615 R->allocation_size = EntrySize; in getRingBufferErrorInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp365 static std::string formatJumpTableEntrySize(JumpTableEntrySize EntrySize) { in formatJumpTableEntrySize() argument
366 switch (EntrySize) { in formatJumpTableEntrySize()
379 return formatUnknownEnum(EntrySize); in formatJumpTableEntrySize()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp630 unsigned EntrySize = MJTI->getEntrySize(TD); in LowerBR_JT() local
633 DAG.getConstant(EntrySize, DL, Index.getValueType())); in LowerBR_JT()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp1082 uint8_t EntrySize = getDwarfOffsetByteSize(); in validateContributionSize() local
1085 uint64_t ValidationSize = alignTo(Size, EntrySize); in validateContributionSize()

12