Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h495 MCSymbol *createDirectionalLocalSymbol(unsigned LocalLabelVal);
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp349 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol() function in MCContext
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1937 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal); in parseStatement()
H A DMasmParser.cpp2233 Sym = Ctx.createDirectionalLocalSymbol(0); in parseStatement()