Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp469 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 DELFObjectWriter.cpp649 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 DMCAsmStreamer.cpp2546 const MCExpr *EntrySize = MCConstantExpr::create(LengthFieldSize, Ctx); emitDwarfLineStartLabel() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h43 std::optional<uint64_t> EntrySize; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h38 /// fixed-sized entries 'EntrySize' will be 0. variable
H A DMCContext.h390 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 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-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h44 void *StringMapEntryBase::allocateWithKey(size_t EntrySize, size_t EntryAlign, in allocateWithKey()
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h112 uint64_t EntrySize; // Size of the metadata entry in bytes. member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp637 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 DMipsInstructionSelector.cpp368 unsigned EntrySize = select() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp361 formatJumpTableEntrySize(JumpTableEntrySize EntrySize) formatJumpTableEntrySize() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp1059 uint8_t EntrySize = getDwarfOffsetByteSize(); validateContributionSize() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp944 Expected<uint64_t> EntrySize = writeDWARFLists() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1126 codeview::JumpTableEntrySize EntrySize; in getCodeViewJumpTableInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1097 codeview::JumpTableEntrySize EntrySize; getCodeViewJumpTableInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp622 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); select() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1417 uptr EntrySize = atomic_load_relaxed(&Entry->AllocationSize); getRingBufferErrorInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h407 uint32_t EntrySize = 0; global() variable
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h885 enum { EntrySize = 28 }; global() enumerator
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp820 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 DLowerTypeTests.cpp1647 unsigned EntrySize = getJumpTableEntrySize(); buildBitSetsFromFunctionsNative() local

12