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

  /external/llvm/lib/MC/
MCContext.cpp 191 unsigned MCContext::NextInstance(unsigned LocalLabelVal) {
214 unsigned Instance = NextInstance(LocalLabelVal);
  /external/llvm/include/llvm/MC/
MCContext.h 96 /// NextInstance() creates the next instance of the directional local label
98 unsigned NextInstance(unsigned LocalLabelVal);

Completed in 227 milliseconds