Searched refs:NextUniqueID (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 707 unsigned &EntrySize, unsigned &NextUniqueID, in calcUniqueIDUpdateFlagsAndSize() argument 713 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 720 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 729 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 775 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize() 780 MCContext &Ctx, Mangler &Mang, unsigned &NextUniqueID, in selectExplicitSectionGlobal() argument 819 GO, SectionName, Kind, TM, Ctx, Mang, Flags, EntrySize, NextUniqueID, in selectExplicitSectionGlobal() 854 NextUniqueID, Used.count(GO), in getExplicitSectionGlobal() 861 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal() argument 880 UniqueID = *NextUniqueID; in selectELFSectionForGlobal() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 36 mutable unsigned NextUniqueID = 1; // ID 0 is reserved for execute-only sections variable 162 mutable unsigned NextUniqueID = 0; variable 204 mutable unsigned NextUniqueID = 0; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCContext.cpp | 279 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local 283 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()
|