Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp327 unsigned MCContext::NextInstance(unsigned LocalLabelVal) { in NextInstance()
334 unsigned MCContext::GetInstance(unsigned LocalLabelVal) { in GetInstance()
341 MCSymbol *MCContext::getOrCreateDirectionalLocalSymbol(unsigned LocalLabelVal, in getOrCreateDirectionalLocalSymbol()
349 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol()
354 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1802 int64_t LocalLabelVal = -1; in parseStatement() local