Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h497 MCSymbol *getDirectionalLocalSymbol(unsigned LocalLabelVal, bool Before);
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp351 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol() function in MCContext
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2113 getContext().getDirectionalLocalSymbol(IntVal, IDVal == "b"); in ParseIntelExpression()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1300 Ctx.getDirectionalLocalSymbol(IntVal, IDVal == "b"); in parsePrimaryExpr()
H A DMasmParser.cpp1612 MCSymbol *Sym = getContext().getDirectionalLocalSymbol(0, Before); in parsePrimaryExpr()