Home
last modified time | relevance | path

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

/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/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp658 MCContext &Ctx, Mangler &Mang, unsigned &NextUniqueID, in selectExplicitSectionGlobal()
797 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal()
834 unsigned Flags, unsigned *NextUniqueID) { in selectELFSectionForGlobal()
2055 const TargetMachine &TM, bool EmitUniqueSection, unsigned *NextUniqueID) { in selectWasmSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp258 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local