Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h36 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/include/llvm/MC/
H A DMCSymbolTableEntry.h28 unsigned NextUniqueID = 0; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp693 unsigned &EntrySize, unsigned &NextUniqueID, in calcUniqueIDUpdateFlagsAndSize()
786 MCContext &Ctx, Mangler &Mang, unsigned &NextUniqueID, in selectExplicitSectionGlobal()
858 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal()
890 unsigned Flags, unsigned *NextUniqueID) { in selectELFSectionForGlobal()
2193 unsigned *NextUniqueID, bool Retain) { in selectWasmSectionForGlobal()