Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h329 MCSymbol *createDirectionalLocalSymbol(unsigned LocalLabelVal);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp243 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol() function in MCContext
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1802 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal); in parseStatement()