Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/MC/
H A DMCContext.cpp518 createELFSectionImpl(StringRef Section,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * Group,bool Comdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) createELFSectionImpl() argument
536 createELFRelSection(const Twine & Name,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * Group,const MCSectionELF * RelInfoSection) createELFRelSection() argument
550 getELFNamedSection(const Twine & Prefix,const Twine & Suffix,unsigned Type,unsigned Flags,unsigned EntrySize) getELFNamedSection() argument
556 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const Twine & Group,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument
569 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * GroupSym,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument
633 recordELFMergeableSectionInfo(StringRef SectionName,unsigned Flags,unsigned UniqueID,unsigned EntrySize) recordELFMergeableSectionInfo() argument
664 getELFUniqueIDForEntsize(StringRef SectionName,unsigned Flags,unsigned EntrySize) getELFUniqueIDForEntsize() argument
[all...]
H A DELFObjectWriter.cpp608 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; computeSymbolTable() local
806 unsigned EntrySize; createRelocationSection() local
894 WriteSecHdrEntry(uint32_t Name,uint32_t Type,uint64_t Flags,uint64_t Address,uint64_t Offset,uint64_t Size,uint32_t Link,uint32_t Info,MaybeAlign Alignment,uint64_t EntrySize) WriteSecHdrEntry() argument
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DJumpTable.h61 size_t EntrySize; variable
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h43 std::optional<uint64_t> EntrySize; member
/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
/llvm-project/bolt/lib/Core/
H A DAddressMap.cpp73 const size_t EntrySize = 2 * BC.AsmInfo->getCodePointerSize(); in parse() local
H A DJumpTable.cpp30 bolt::JumpTable::JumpTable(MCSymbol &Symbol, uint64_t Address, size_t EntrySize, in JumpTable()
H A DBinaryContext.cpp602 const uint64_t EntrySize = getJumpTableEntrySize(Type); analyzeJumpTable() local
876 const uint64_t EntrySize = getJumpTableEntrySize(Type); getOrCreateJumpTable() local
/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h39 unsigned EntrySize; variable
H A DMCContext.h553 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize) getELFSection() argument
559 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const Twine & Group,bool IsComdat) getELFSection() argument
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h44 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey() argument
/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
/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h112 uint64_t EntrySize; // Size of the metadata entry in bytes. member
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp638 getELFSectionNameForGlobal(const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,unsigned EntrySize,bool UniqueSectionName) getELFSectionNameForGlobal() argument
693 calcUniqueIDUpdateFlagsAndSize(const GlobalObject * GO,StringRef SectionName,SectionKind Kind,const TargetMachine & TM,MCContext & Ctx,Mangler & Mang,unsigned & Flags,unsigned & EntrySize,unsigned & NextUniqueID,const bool Retain,const bool ForceUnique) calcUniqueIDUpdateFlagsAndSize() argument
814 unsigned EntrySize = getEntrySizeForKind(Kind); selectExplicitSectionGlobal() local
864 unsigned EntrySize = getEntrySizeForKind(Kind); selectELFSectionForGlobal() local
[all...]
/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp362 unsigned EntrySize = in select() local
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1501 createPLTBinaryFunction(uint64_t TargetAddress,uint64_t EntryAddress,uint64_t EntrySize) createPLTBinaryFunction() argument
1582 uint64_t EntrySize = 0; disassemblePLTSectionAArch64() local
1644 const uint64_t EntrySize = 16; disassemblePLTSectionRISCV() local
1662 disassemblePLTSectionX86(BinarySection & Section,uint64_t EntrySize) disassemblePLTSectionX86() argument
1701 __anon1ee742a10c02(BinarySection &Section, uint64_t EntrySize) disassemblePLT() argument
[all...]
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp578 unsigned EntrySize = MJTI->getEntrySize(TD); LowerBR_JT() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp365 static std::string formatJumpTableEntrySize(JumpTableEntrySize EntrySize) { in formatJumpTableEntrySize()
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp1082 uint8_t EntrySize = getDwarfOffsetByteSize(); in validateContributionSize() local
/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp637 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); select() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1126 codeview::JumpTableEntrySize EntrySize; getCodeViewJumpTableInfo() local
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1132 Expected<uint64_t> EntrySize = writeDWARFLists() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1181 codeview::JumpTableEntrySize EntrySize; getCodeViewJumpTableInfo() local

12