| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 355 unsigned EntrySize, 369 unsigned EntrySize; member 372 : SectionName(SectionName), Flags(Flags), EntrySize(EntrySize) {} in ELFEntrySizeKey() 379 return EntrySize < Other.EntrySize; 546 unsigned Flags, unsigned EntrySize) { in getELFSection() argument 547 return getELFSection(Section, Type, Flags, EntrySize, "", false, in getELFSection() 552 unsigned Flags, unsigned EntrySize, in getELFSection() argument 559 unsigned Flags, unsigned EntrySize, 565 unsigned Flags, unsigned EntrySize, 576 unsigned EntrySize = 0); [all …]
|
| H A D | MCSectionELF.h | 40 unsigned EntrySize; variable 59 UniqueID(UniqueID), EntrySize(entrySize), Group(group, IsComdat), in MCSectionELF() 76 unsigned getEntrySize() const { return EntrySize; } in getEntrySize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringMapEntry.h | 36 static void *allocateWithKey(size_t EntrySize, size_t EntryAlign, 42 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey() argument 49 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey() 54 char *Buffer = reinterpret_cast<char *>(Allocation) + EntrySize; in allocateWithKey()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 470 unsigned EntrySize, in createELFSectionImpl() argument 514 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection() 521 unsigned EntrySize) { in getELFNamedSection() argument 522 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix, in getELFNamedSection() 527 unsigned Flags, unsigned EntrySize, in getELFSection() argument 535 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection() 540 unsigned Flags, unsigned EntrySize, in getELFSection() argument 587 unsigned EntrySize) { in recordELFMergeableSectionInfo() argument 597 ELFEntrySizeKey{SectionName, Flags, EntrySize}, UniqueID)); in recordELFMergeableSectionInfo() 613 unsigned EntrySize) { in getELFUniqueIDForEntsize() argument [all …]
|
| H A D | MCSectionELF.cpp | 167 if (EntrySize) { in PrintSwitchToSection() 169 OS << "," << EntrySize; in PrintSwitchToSection()
|
| H A D | ELFObjectWriter.cpp | 207 uint64_t EntrySize); 610 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in computeSymbolTable() local 612 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize); in computeSymbolTable() 793 unsigned EntrySize; in createRelocationSection() local 795 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in createRelocationSection() 797 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection() 804 RelaSectionName, Rela ? ELF::SHT_RELA : ELF::SHT_REL, Flags, EntrySize, in createRelocationSection() 904 uint64_t Alignment, uint64_t EntrySize) { in WriteSecHdrEntry() argument 914 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
|
| H A D | MCAsmStreamer.cpp | 2395 const MCExpr *EntrySize = MCConstantExpr::create(LengthFieldSize, Ctx); in emitDwarfLineStartLabel() local 2397 MCSymbolRefExpr::create(DebugLineSymTmp, Ctx), EntrySize, Ctx); in emitDwarfLineStartLabel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 59 unsigned EntrySize = Asm.getDwarfOffsetByteSize(); in emitStringOffsetsTableHeader() local 64 Asm.emitDwarfUnitLength(getNumIndexedStrings() * EntrySize + 4, in emitStringOffsetsTableHeader()
|
| H A D | WinException.cpp | 600 const MCExpr *EntrySize = MCConstantExpr::create(16, Ctx); in emitCSpecificHandlerTable() local 601 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable()
|
| H A D | AsmPrinter.cpp | 2231 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry() local 2232 OutStreamer->emitValue(Value, EntrySize); in emitJumpTableEntry()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 618 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + "."; in getELFSectionNameForGlobal() 622 Name += utostr(EntrySize); in getELFSectionNameForGlobal() 697 EntrySize = 0; in calcUniqueIDUpdateFlagsAndSize() 713 Ctx.getELFUniqueIDForEntsize(SectionName, Flags, EntrySize); in calcUniqueIDUpdateFlagsAndSize() 722 getELFSectionNameForGlobal(GO, Kind, Mang, TM, EntrySize, false); in calcUniqueIDUpdateFlagsAndSize() 772 unsigned EntrySize = getEntrySizeForKind(Kind); in selectExplicitSectionGlobal() local 827 unsigned EntrySize = getEntrySizeForKind(Kind); in selectELFSectionForGlobal() local 840 GO, Kind, Mang, TM, EntrySize, UniqueSectionName); in selectELFSectionForGlobal() 846 EntrySize, Group, IsComdat, UniqueID, in selectELFSectionForGlobal() 2327 unsigned EntrySize = getEntrySizeForKind(Kind); in SelectSectionForGlobal() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/ |
| H A D | DirectoryWatcher-windows.cpp | 97 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR); in DirectoryWatcherWindows() local 98 Notifications.resize((4 * EntrySize) / sizeof(DWORD)); in DirectoryWatcherWindows()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 943 Expected<uint64_t> EntrySize = in writeDWARFLists() local 945 if (!EntrySize) in writeDWARFLists() 946 return EntrySize.takeError(); in writeDWARFLists() 947 Length += *EntrySize; in writeDWARFLists()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 1367 uptr EntrySize = atomic_load_relaxed(&Entry->AllocationSize); in getRingBufferErrorInfo() local 1377 if (FaultAddr < EntryPtr || FaultAddr >= EntryPtr + EntrySize) in getRingBufferErrorInfo() 1385 FaultAddr >= EntryPtr + EntrySize + getPageSizeCached()) in getRingBufferErrorInfo() 1412 R->allocation_size = EntrySize; in getRingBufferErrorInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.cpp | 80 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() 749 Size += this->EntrySize; in addSymbol() 784 Size = Symbols.size() * EntrySize; in removeSymbols() 1789 Sec->EntrySize = Shdr.sh_entsize; in readSectionHeaders()
|
| H A D | Object.h | 404 uint32_t EntrySize = 0; variable 671 EntrySize = 4; in SectionIndexSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstructionSelector.cpp | 368 unsigned EntrySize = in select() local 370 assert(isPowerOf2_32(EntrySize) && in select() 377 .addImm(Log2_32(EntrySize)); in select()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 853 uint8_t EntrySize = getDwarfOffsetByteSize(); in validateContributionSize() local 856 uint64_t ValidationSize = alignTo(Size, EntrySize); in validateContributionSize()
|
| H A D | DWARFContext.cpp | 197 unsigned EntrySize = Contribution->getDwarfOffsetByteSize(); in dumpStringOffsetsSection() local 201 StrOffsetExt.getRelocatedValue(EntrySize, &Offset); in dumpStringOffsetsSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 128 void printRVATable(uint64_t TableVA, uint64_t Count, uint64_t EntrySize, 768 uint64_t EntrySize, PrintExtraCB PrintExtra) { in printRVATable() argument 773 Obj->getVaPtr(TableVA + Count * EntrySize - 1, TableEnd)) in printRVATable() 776 for (uintptr_t I = TableStart; I < TableEnd; I += EntrySize) { in printRVATable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1521 unsigned EntrySize = getJumpTableEntrySize(); in buildBitSetsFromFunctionsNative() local 1523 GlobalLayout[Functions[I]] = I * EntrySize; in buildBitSetsFromFunctionsNative()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 870 enum { EntrySize = 28 }; enumerator
|
| H A D | SyntheticSections.cpp | 3132 buf += EntrySize; in writeTo() 3141 return EntrySize * getVerDefNum(); in getSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 3497 unsigned EntrySize = in ExpandNode() local 3504 if (llvm::isPowerOf2_32(EntrySize)) in ExpandNode() 3507 DAG.getConstant(llvm::Log2_32(EntrySize), dl, Index.getValueType())); in ExpandNode() 3510 DAG.getConstant(EntrySize, dl, Index.getValueType())); in ExpandNode() 3514 EVT MemVT = EVT::getIntegerVT(*DAG.getContext(), EntrySize * 8); in ExpandNode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 7895 uint32_t EntrySize = 3 * PointerSize + 2 * sizeof(uint32_t); in printMachOCompactUnwindSection() local 7902 for (unsigned Offset = 0; Offset < Contents.size(); Offset += EntrySize) { in printMachOCompactUnwindSection() 7912 uint32_t EntryIdx = RelocAddress / EntrySize; in printMachOCompactUnwindSection() 7913 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize; in printMachOCompactUnwindSection()
|