Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp713 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize()
720 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize()
729 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize()
775 return NextUniqueID++; in calcUniqueIDUpdateFlagsAndSize()
880 UniqueID = *NextUniqueID; in selectELFSectionForGlobal()
881 (*NextUniqueID)++; in selectELFSectionForGlobal()
917 NextUniqueID, LinkedToSym); in selectELFSectionForGlobal()
1060 UniqueID = NextUniqueID++; in getSectionForMachineBasicBlock()
1716 UniqueID = NextUniqueID++; in SelectSectionForGlobal()
2169 UniqueID = *NextUniqueID; in selectWasmSectionForGlobal()
[all …]
/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/MC/
H A DMCContext.cpp279 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local
283 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()