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.h479 LLVM_ABI MCSymbol *createDirectionalLocalSymbol(unsigned LocalLabelVal);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp440 MCSymbol *MCContext::createDirectionalLocalSymbol(unsigned LocalLabelVal) { in createDirectionalLocalSymbol() function in MCContext
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1859 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal); in parseStatement()
H A DMasmParser.cpp1966 Sym = Ctx.createDirectionalLocalSymbol(0); in parseStatement()