/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionELF.h | 33 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 D | MCSectionWasm.h | 27 unsigned UniqueID; variable 49 MCSectionWasm(StringRef Name,SectionKind K,unsigned SegmentFlags,const MCSymbolWasm * Group,unsigned UniqueID,MCSymbol * Begin) MCSectionWasm() argument
|
H A D | MCContext.h | 255 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 D | UniqueID.h | 32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 471 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 D | MCStreamer.cpp | 829 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); getWinCFISection() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 495 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 D | TargetLoweringObjectFileImpl.cpp | 812 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 D | DwarfUnit.cpp | 84 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 D | AsmPrinter.cpp | 2505 unsigned UniqueID = 0; doFinalization() local
|