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

  /external/swiftshader/third_party/LLVM/lib/Support/
PrettyStackTrace.cpp 36 unsigned NextID = 0;
38 NextID = PrintStack(Entry->getNextEntry(), OS);
39 OS << NextID << ".\t";
42 return NextID+1;
  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 81 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const {
83 WinCFISectionID = (*NextID)++;
MCContext.h 106 StringMap<unsigned> NextID;
  /external/clang/lib/AST/
CommentCommandTraits.cpp 20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) {
94 assert((NextID < (1 << CommandInfo::NumCommandIDBits))
96 Info->ID = NextID++;
  /external/clang/include/clang/AST/
CommentCommandTraits.h 177 unsigned NextID;
  /external/llvm/lib/Transforms/Utils/
MemorySSA.cpp 298 NextID(0) {
307 Walker(std::move(MSSA.Walker)), NextID(MSSA.NextID) {
337 &StartingPoint, NextID++);
409 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++);
458 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++);
542 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++);
    [all...]
  /external/llvm/lib/MC/
MCContext.cpp 101 NextID.clear();
184 unsigned &NextUniqueID = NextID[Name];
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 626 unsigned NextID;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]

Completed in 1919 milliseconds