HomeSort by relevance Sort by last modified time
    Searched refs:NextUniqueID (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCContext.cpp 37 NextUniqueID(0),
98 raw_svector_ostream(NewName) << NextUniqueID++;
120 << MAI.getPrivateGlobalPrefix() << "tmp" << NextUniqueID++;
  /external/llvm/include/llvm/MC/
MCContext.h 73 /// NextUniqueID - The next ID to dole out to an unnamed assembler temporary
75 unsigned NextUniqueID;

Completed in 38 milliseconds