Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp221 unsigned MCContext::NextInstance(unsigned LocalLabelVal) { in NextInstance()
228 unsigned MCContext::GetInstance(unsigned LocalLabelVal) { in GetInstance()
235 MCSymbol *MCContext::getOrCreateDirectionalLocalSymbol(unsigned LocalLabelVal, in getOrCreateDirectionalLocalSymbol()
243 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol()
248 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1668 int64_t LocalLabelVal = -1; in parseStatement() local