OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incInstance
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCLabel.h
41
///
incInstance
- Increment the current instance of this Directional Local
43
unsigned
incInstance
() { return ++Instance; }
/external/llvm/lib/MC/
MCContext.cpp
171
return Label->
incInstance
();
Completed in 91 milliseconds