Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h36 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/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp707 unsigned &EntrySize, unsigned &NextUniqueID, in calcUniqueIDUpdateFlagsAndSize()
780 MCContext &Ctx, Mangler &Mang, unsigned &NextUniqueID, in selectExplicitSectionGlobal()
861 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal()
898 unsigned Flags, unsigned *NextUniqueID) { in selectELFSectionForGlobal()
2148 const TargetMachine &TM, bool EmitUniqueSection, unsigned *NextUniqueID) { in selectWasmSectionForGlobal()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp279 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local