/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 469 createELFSectionImpl(StringRef Section,unsigned Type,unsigned Flags,SectionKind K,unsigned EntrySize,const MCSymbolELF * Group,bool Comdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) createELFSectionImpl() argument 505 createELFRelSection(const Twine & Name,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * Group,const MCSectionELF * RelInfoSection) createELFRelSection() argument 519 getELFNamedSection(const Twine & Prefix,const Twine & Suffix,unsigned Type,unsigned Flags,unsigned EntrySize) getELFNamedSection() argument 525 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const Twine & Group,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument 538 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * GroupSym,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument 616 recordELFMergeableSectionInfo(StringRef SectionName,unsigned Flags,unsigned UniqueID,unsigned EntrySize) recordELFMergeableSectionInfo() argument 642 getELFUniqueIDForEntsize(StringRef SectionName,unsigned Flags,unsigned EntrySize) getELFUniqueIDForEntsize() argument [all...] |
H A D | ELFObjectWriter.cpp | 649 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; computeSymbolTable() local 833 unsigned EntrySize; createRelocationSection() local 926 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...] |
H A D | MCAsmStreamer.cpp | 2546 const MCExpr *EntrySize = MCConstantExpr::create(LengthFieldSize, Ctx); emitDwarfLineStartLabel() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | OffloadYAML.h | 43 std::optional<uint64_t> EntrySize; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionELF.h | 38 /// fixed-sized entries 'EntrySize' will be 0. variable
|
H A D | MCContext.h | 390 unsigned EntrySize; global() member 571 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize) getELFSection() argument 577 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const Twine & Group,bool IsComdat) getELFSection() argument [all...] |
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 44 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey()
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | OffloadBinary.h | 112 uint64_t EntrySize; // Size of the metadata entry in bytes. member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 637 getELFSectionNameForGlobal(const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,unsigned EntrySize,bool UniqueSectionName) getELFSectionNameForGlobal() argument 691 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 811 unsigned EntrySize = getEntrySizeForKind(Kind); selectExplicitSectionGlobal() local 861 unsigned EntrySize = getEntrySizeForKind(Kind); selectELFSectionForGlobal() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 368 unsigned EntrySize = select() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 361 formatJumpTableEntrySize(JumpTableEntrySize EntrySize) formatJumpTableEntrySize() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 1059 uint8_t EntrySize = getDwarfOffsetByteSize(); validateContributionSize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 944 Expected<uint64_t> EntrySize = writeDWARFLists() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 1126 codeview::JumpTableEntrySize EntrySize; in getCodeViewJumpTableInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 1097 codeview::JumpTableEntrySize EntrySize; getCodeViewJumpTableInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 622 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); select() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 1417 uptr EntrySize = atomic_load_relaxed(&Entry->AllocationSize); getRingBufferErrorInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 407 uint32_t EntrySize = 0; global() variable
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 885 enum { EntrySize = 28 }; global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 820 printRVATable(uint64_t TableVA,uint64_t Count,uint64_t EntrySize,PrintExtraCB PrintExtra) printRVATable() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1647 unsigned EntrySize = getJumpTableEntrySize(); buildBitSetsFromFunctionsNative() local
|