Home
last modified time | relevance | path

Searched defs:LocalLabelVal (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/MC/
HDMCContext.cpp227 unsigned MCContext::NextInstance(unsigned LocalLabelVal) { in NextInstance()
234 unsigned MCContext::GetInstance(unsigned LocalLabelVal) { in GetInstance()
241 MCSymbol *MCContext::getOrCreateDirectionalLocalSymbol(unsigned LocalLabelVal, in getOrCreateDirectionalLocalSymbol()
249 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol()
254 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp1230 int64_t LocalLabelVal = -1; in parseStatement() local