Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkImage.h179 fUniqueID(NextUniqueID()) { in SkImage()
190 static uint32_t NextUniqueID();
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp252 unsigned Flags, unsigned *NextUniqueID) { in selectELFSectionForGlobal() argument
304 UniqueID = *NextUniqueID; in selectELFSectionForGlobal()
305 (*NextUniqueID)++; in selectELFSectionForGlobal()
328 EmitUniqueSection, Flags, &NextUniqueID); in SelectSectionForGlobal()
342 &NextUniqueID); in getSectionForJumpTable()
/external/llvm/lib/MC/
DMCContext.cpp155 unsigned &NextUniqueID = NextID[Name]; in CreateSymbol() local
159 raw_svector_ostream(NewName) << NextUniqueID++; in CreateSymbol()
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h37 mutable unsigned NextUniqueID = 0; variable
/external/skia/src/image/
DSkImage.cpp17 uint32_t SkImage::NextUniqueID() { in NextUniqueID() function in SkImage