Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h287 MCSymbol *getDirectionalLocalSymbol(unsigned LocalLabelVal, bool Before);
/external/llvm/lib/MC/
DMCContext.cpp249 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol() function in MCContext
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h337 MCSymbol *getDirectionalLocalSymbol(unsigned LocalLabelVal, bool Before);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp248 MCSymbol *MCContext::getDirectionalLocalSymbol(unsigned LocalLabelVal, in getDirectionalLocalSymbol() function in MCContext
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1340 getContext().getDirectionalLocalSymbol(IntVal, IDVal == "b"); in ParseIntelExpression()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1502 getContext().getDirectionalLocalSymbol(IntVal, IDVal == "b"); in ParseIntelExpression()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp994 Ctx.getDirectionalLocalSymbol(IntVal, IDVal == "b"); in parsePrimaryExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1163 Ctx.getDirectionalLocalSymbol(IntVal, IDVal == "b"); in parsePrimaryExpr()