Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h34 mutable unsigned NextUniqueID = 1; // ID 0 is reserved for execute-only sections variable
140 mutable unsigned NextUniqueID = 0; variable
184 mutable unsigned NextUniqueID = 0; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp571 UniqueID = NextUniqueID++; in getExplicitSectionGlobal()
607 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal() argument
647 UniqueID = *NextUniqueID; in selectELFSectionForGlobal()
648 (*NextUniqueID)++; in selectELFSectionForGlobal()
681 &NextUniqueID, AssociatedSymbol); in SelectSectionForGlobal()
697 ELF::SHF_ALLOC, &NextUniqueID, in getSectionForJumpTable()
1341 UniqueID = NextUniqueID++; in SelectSectionForGlobal()
1413 unsigned UniqueID = NextUniqueID++; in getSectionForJumpTable()
1724 UniqueID = *NextUniqueID; in selectWasmSectionForGlobal()
1725 (*NextUniqueID)++; in selectWasmSectionForGlobal()
[all …]
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp183 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local
187 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()