Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h477 MCSymbol *createDirectionalLocalSymbol(unsigned LocalLabelVal);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp379 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol() function in MCContext
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1934 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal); in parseStatement()
H A DMasmParser.cpp2234 Sym = Ctx.createDirectionalLocalSymbol(0); in parseStatement()