Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp182 unsigned MCContext::NextInstance(unsigned LocalLabelVal) { in NextInstance()
189 unsigned MCContext::GetInstance(unsigned LocalLabelVal) { in GetInstance()
196 MCSymbol *MCContext::getOrCreateDirectionalLocalSymbol(unsigned LocalLabelVal, in getOrCreateDirectionalLocalSymbol()
204 MCSymbol *MCContext::CreateDirectionalLocalSymbol(unsigned LocalLabelVal) { in CreateDirectionalLocalSymbol()
209 MCSymbol *MCContext::GetDirectionalLocalSymbol(unsigned LocalLabelVal, in GetDirectionalLocalSymbol()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1191 int64_t LocalLabelVal = -1; in parseStatement() local