Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h483 LLVM_ABI MCSymbol *getDirectionalLocalSymbol(unsigned LocalLabelVal,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp445 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol() function in MCContext
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2140 getContext().getDirectionalLocalSymbol(IntVal, IDVal == "b"); in ParseIntelExpression()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1270 Ctx.getDirectionalLocalSymbol(IntVal, IDVal == "b"); in parsePrimaryExpr()
H A DMasmParser.cpp1432 MCSymbol *Sym = getContext().getDirectionalLocalSymbol(0, Before); in parsePrimaryExpr()