Home
last modified time | relevance | path

Searched defs:UniqueID (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h33 unsigned UniqueID; global() variable
54 MCSectionELF(StringRef Name,unsigned type,unsigned flags,SectionKind K,unsigned entrySize,const MCSymbolELF * group,bool IsComdat,unsigned UniqueID,MCSymbol * Begin,const MCSymbolELF * LinkedToSym) MCSectionELF() argument
H A DMCSectionWasm.h27 unsigned UniqueID; variable
49 MCSectionWasm(StringRef Name,SectionKind K,unsigned SegmentFlags,const MCSymbolWasm * Group,unsigned UniqueID,MCSymbol * Begin) MCSectionWasm() argument
H A DMCContext.h255 unsigned UniqueID; global() member
277 unsigned UniqueID; global() member
298 unsigned UniqueID; global() member
658 getWasmSection(const Twine & Section,SectionKind K,unsigned Flags,const Twine & Group,unsigned UniqueID) getWasmSection() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp471 createELFSectionImpl(StringRef Section,unsigned Type,unsigned Flags,SectionKind K,unsigned EntrySize,const MCSymbolELF * Group,bool Comdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) createELFSectionImpl() argument
527 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const Twine & Group,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument
540 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * GroupSym,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument
615 recordELFMergeableSectionInfo(StringRef SectionName,unsigned Flags,unsigned UniqueID,unsigned EntrySize) recordELFMergeableSectionInfo() argument
671 getCOFFSection(StringRef Section,unsigned Characteristics,SectionKind Kind,StringRef COMDATSymName,int Selection,unsigned UniqueID,const char * BeginSymName) getCOFFSection() argument
708 getAssociativeCOFFSection(MCSectionCOFF * Sec,const MCSymbol * KeySym,unsigned UniqueID) getAssociativeCOFFSection() argument
729 getWasmSection(const Twine & Section,SectionKind K,unsigned Flags,const Twine & Group,unsigned UniqueID,const char * BeginSymName) getWasmSection() argument
743 getWasmSection(const Twine & Section,SectionKind Kind,unsigned Flags,const MCSymbolWasm * GroupSym,unsigned UniqueID,const char * BeginSymName) getWasmSection() argument
[all...]
H A DMCStreamer.cpp829 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); getWinCFISection() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp495 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID() argument
554 int64_t UniqueID = ~0; in ParseSectionArguments() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp812 const unsigned UniqueID = calcUniqueIDUpdateFlagsAndSize( selectExplicitSectionGlobal() local
864 unsigned UniqueID = MCContext::GenericSectionID; selectELFSectionForGlobal() local
1028 unsigned UniqueID = MCContext::GenericSectionID; getSectionForMachineBasicBlock() local
1743 unsigned UniqueID = MCContext::GenericSectionID; SelectSectionForGlobal() local
1821 unsigned UniqueID = NextUniqueID++; getSectionForJumpTable() local
2209 unsigned UniqueID = MCContext::GenericSectionID; selectWasmSectionForGlobal() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp84 DwarfUnit(dwarf::Tag UnitTag,const DICompileUnit * Node,AsmPrinter * A,DwarfDebug * DW,DwarfFile * DWU,unsigned UniqueID) DwarfUnit() argument
89 DwarfTypeUnit(DwarfCompileUnit & CU,AsmPrinter * A,DwarfDebug * DW,DwarfFile * DWU,unsigned UniqueID,MCDwarfDwoLineTable * SplitLineTable) DwarfTypeUnit() argument
H A DAsmPrinter.cpp2505 unsigned UniqueID = 0; doFinalization() local