Searched refs:NextUniqueID (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 693 unsigned &EntrySize, unsigned &NextUniqueID, in calcUniqueIDUpdateFlagsAndSize() argument 699 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 706 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 715 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 739 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 766 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 786 MCContext &Ctx, Mangler &Mang, unsigned &NextUniqueID, in selectExplicitSectionGlobal() argument 816 GO, SectionName, Kind, TM, Ctx, Mang, Flags, EntrySize, NextUniqueID, in selectExplicitSectionGlobal() 851 NextUniqueID, Used.count(GO), in getExplicitSectionGlobal() 858 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolTableEntry.h | 28 unsigned NextUniqueID = 0; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.h | 36 mutable unsigned NextUniqueID = 1; // ID 0 is reserved for execute-only sections variable 164 mutable unsigned NextUniqueID = 0; variable 209 mutable unsigned NextUniqueID = 0; variable
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 305 raw_svector_ostream(NewName) << NameEntry.second.NextUniqueID++; in createRenamableSymbol()
|