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 157 unsigned MCContext::NextInstance(unsigned LocalLabelVal) {
180 unsigned Instance = NextInstance(LocalLabelVal);
  /external/llvm/include/llvm/MC/
MCContext.h 94 /// NextInstance() creates the next instance of the directional local label
96 unsigned NextInstance(unsigned LocalLabelVal);

Completed in 47 milliseconds