Home
last modified time | relevance | path

Searched refs:NextUniqueID (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp658 MCContext &Ctx, Mangler &Mang, unsigned &NextUniqueID, in selectExplicitSectionGlobal() argument
703 UniqueID = NextUniqueID++; in selectExplicitSectionGlobal()
729 UniqueID = NextUniqueID++; in selectExplicitSectionGlobal()
738 UniqueID = maybeID ? *maybeID : NextUniqueID++; in selectExplicitSectionGlobal()
757 UniqueID = NextUniqueID++; in selectExplicitSectionGlobal()
790 NextUniqueID, Used.count(GO), in getExplicitSectionGlobal()
797 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal() argument
816 UniqueID = *NextUniqueID; in selectELFSectionForGlobal()
817 (*NextUniqueID)++; in selectELFSectionForGlobal()
834 unsigned Flags, unsigned *NextUniqueID) { in selectELFSectionForGlobal() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h35 mutable unsigned NextUniqueID = 1; // ID 0 is reserved for execute-only sections variable
158 mutable unsigned NextUniqueID = 0; variable
200 mutable unsigned NextUniqueID = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp258 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local
262 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()