Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp246 unsigned Flags, unsigned *NextUniqueID) { in selectELFSectionForGlobal() argument
298 UniqueID = *NextUniqueID; in selectELFSectionForGlobal()
299 (*NextUniqueID)++; in selectELFSectionForGlobal()
322 EmitUniqueSection, Flags, &NextUniqueID); in SelectSectionForGlobal()
336 &NextUniqueID); in getSectionForJumpTable()
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h37 mutable unsigned NextUniqueID = 0; variable
/external/llvm/lib/MC/
DMCContext.cpp190 unsigned &NextUniqueID = NextID[Name]; in createSymbol() local
194 raw_svector_ostream(NewName) << NextUniqueID++; in createSymbol()