Home
last modified time | relevance | path

Searched refs:createDirectionalLocalSymbol (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCContext.h259 MCSymbol *createDirectionalLocalSymbol(unsigned LocalLabelVal);
/NextBSD/contrib/llvm/lib/MC/
HDMCContext.cpp249 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol() function in MCContext
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp1343 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal); in parseStatement()