/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 518 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 D | ELFObjectWriter.cpp | 608 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 D | JumpTable.h | 61 size_t EntrySize; variable
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | OffloadYAML.h | 43 std::optional<uint64_t> EntrySize; member
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.cpp | 59 unsigned EntrySize = Asm.getDwarfOffsetByteSize(); in emitStringOffsetsTableHeader() local
|
H A D | CodeViewDebug.h | 139 codeview::JumpTableEntrySize EntrySize; member
|
H A D | WinException.cpp | 589 const MCExpr *EntrySize = MCConstantExpr::create(16, Ctx); in emitCSpecificHandlerTable() local
|
/llvm-project/bolt/lib/Core/ |
H A D | AddressMap.cpp | 73 const size_t EntrySize = 2 * BC.AsmInfo->getCodePointerSize(); in parse() local
|
H A D | JumpTable.cpp | 30 bolt::JumpTable::JumpTable(MCSymbol &Symbol, uint64_t Address, size_t EntrySize, in JumpTable()
|
H A D | BinaryContext.cpp | 602 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 D | MCSectionELF.h | 39 unsigned EntrySize; variable
|
H A D | MCContext.h | 553 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 D | StringMapEntry.h | 44 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey() argument
|
/llvm-project/clang/lib/DirectoryWatcher/windows/ |
H A D | DirectoryWatcher-windows.cpp | 102 size_t EntrySize = sizeof(FILE_NOTIFY_INFORMATION) + MAX_PATH * sizeof(WCHAR); in DirectoryWatcherWindows() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | OffloadBinary.h | 112 uint64_t EntrySize; // Size of the metadata entry in bytes. member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 638 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 D | MipsInstructionSelector.cpp | 362 unsigned EntrySize = in select() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 1501 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 D | XtensaISelLowering.cpp | 578 unsigned EntrySize = MJTI->getEntrySize(TD); LowerBR_JT() local
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 365 static std::string formatJumpTableEntrySize(JumpTableEntrySize EntrySize) { in formatJumpTableEntrySize()
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 1082 uint8_t EntrySize = getDwarfOffsetByteSize(); in validateContributionSize() local
|
/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 637 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); select() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 1126 codeview::JumpTableEntrySize EntrySize; getCodeViewJumpTableInfo() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 1132 Expected<uint64_t> EntrySize = writeDWARFLists() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 1181 codeview::JumpTableEntrySize EntrySize; getCodeViewJumpTableInfo() local
|