OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastUnique
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
ValueSymbolTable.h
58
ValueSymbolTable() : vmap(0),
LastUnique
(0) {}
126
mutable uint32_t
LastUnique
; ///< Counter for tracking unique names
/external/llvm/lib/IR/
ValueSymbolTable.cpp
44
S << ++
LastUnique
;
Completed in 65 milliseconds