Searched refs:NextUniqueID (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 708 unsigned &EntrySize, unsigned &NextUniqueID, in calcUniqueIDUpdateFlagsAndSize() argument 714 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 721 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 730 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 754 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 781 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 824 unsigned &NextUniqueID, in selectExplicitSectionGlobal() argument 837 GO, SectionName, Kind, TM, Ctx, Mang, Flags, EntrySize, NextUniqueID, in selectExplicitSectionGlobal() 872 NextUniqueID, Used.count(GO), in getExplicitSectionGlobal() 879 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 184 mutable unsigned NextUniqueID = 0; variable 229 mutable unsigned NextUniqueID = 0; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 366 raw_svector_ostream(NewName) << NameEntry.second.NextUniqueID++; in createRenamableSymbol()
|