Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h333 MCSymbol *getDirectionalLocalSymbol(unsigned LocalLabelVal, bool Before);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp248 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol() function in MCContext
/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1507 getContext().getDirectionalLocalSymbol(IntVal, IDVal == "b"); in ParseIntelExpression()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1170 Ctx.getDirectionalLocalSymbol(IntVal, IDVal == "b"); in parsePrimaryExpr()