Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h470 MCSymbol *createDirectionalLocalSymbol(unsigned LocalLabelVal);
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp331 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol() function in MCContext
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1923 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal); in parseStatement()
H A DMasmParser.cpp2278 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal); in parseStatement()