Home
last modified time | relevance | path

Searched defs:EntrySize (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp523 unsigned EntrySize, in createELFSectionImpl()
541 unsigned EntrySize, const MCSymbolELF *Group, in createELFRelSection()
555 unsigned EntrySize) { in getELFNamedSection()
561 unsigned Flags, unsigned EntrySize, in getELFSection()
574 unsigned Flags, unsigned EntrySize, in getELFSection()
638 unsigned EntrySize) { in recordELFMergeableSectionInfo()
669 unsigned EntrySize) { in getELFUniqueIDForEntsize()
H A DELFObjectWriter.cpp497 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in computeSymbolTable() local
695 unsigned EntrySize; in createRelocationSection() local
783 MaybeAlign Alignment, uint64_t EntrySize) { in WriteSecHdrEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h44 std::optional<uint64_t> EntrySize; global() member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp59 unsigned EntrySize = Asm.getDwarfOffsetByteSize(); in emitStringOffsetsTableHeader() local
H A DCodeViewDebug.h139 codeview::JumpTableEntrySize EntrySize; member
H A DWinException.cpp589 const MCExpr *EntrySize = MCConstantExpr::create(16, Ctx); in emitCSpecificHandlerTable() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h39 unsigned EntrySize; variable
H A DMCContext.h557 unsigned Flags, unsigned EntrySize) { in getELFSection()
563 unsigned Flags, unsigned EntrySize, in getELFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h44 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey()
/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
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h111 uint64_t EntrySize; // Size of the metadata entry in bytes. global() member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp638 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal()
693 unsigned &EntrySize, unsigned &NextUniqueID, in calcUniqueIDUpdateFlagsAndSize()
814 unsigned EntrySize = getEntrySizeForKind(Kind); in selectExplicitSectionGlobal() local
864 unsigned EntrySize = getEntrySizeForKind(Kind); in selectELFSectionForGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp362 unsigned EntrySize = in select() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp630 unsigned EntrySize = MJTI->getEntrySize(TD); in LowerBR_JT() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp365 static std::string formatJumpTableEntrySize(JumpTableEntrySize EntrySize) { in formatJumpTableEntrySize()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp1082 uint8_t EntrySize = getDwarfOffsetByteSize(); in validateContributionSize() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1126 codeview::JumpTableEntrySize EntrySize; in getCodeViewJumpTableInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp637 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); in select() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1132 Expected<uint64_t> EntrySize = in writeDWARFLists() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1570 uptr EntrySize = atomic_load_relaxed(&Entry->AllocationSize); in getRingBufferErrorInfo() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h523 uint32_t EntrySize = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1216 codeview::JumpTableEntrySize EntrySize; in getCodeViewJumpTableInfo() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1023 enum { EntrySize = 28 }; enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp823 uint64_t EntrySize, PrintExtraCB PrintExtra) { in printRVATable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1649 unsigned EntrySize = getJumpTableEntrySize(); in buildBitSetsFromFunctionsNative() local

12