Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp679 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize()
686 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize()
695 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize()
741 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize()
846 UniqueID = *NextUniqueID; in selectELFSectionForGlobal()
847 (*NextUniqueID)++; in selectELFSectionForGlobal()
883 NextUniqueID, LinkedToSym); in selectELFSectionForGlobal()
1026 UniqueID = NextUniqueID++; in getSectionForMachineBasicBlock()
1682 UniqueID = NextUniqueID++; in SelectSectionForGlobal()
2122 UniqueID = *NextUniqueID; in selectWasmSectionForGlobal()
[all …]
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp285 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local
289 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()