Searched refs:AdjustExpr (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYTargetStreamer.cpp | 43 SMLoc Loc, const MCExpr *AdjustExpr) { in addEntry() argument 59 if (AdjustExpr) { in addEntry() 62 Value = MCBinaryExpr::createSub(AdjustExpr, SymRef, Context); in addEntry() 86 const MCExpr *AdjustExpr) { in addConstantPoolEntry() argument 104 ConstantPool->addEntry(getStreamer(), OrigExpr, 4, Loc, AdjustExpr); in addConstantPoolEntry() 109 return ConstantPool->addEntry(getStreamer(), Expr, 4, Loc, AdjustExpr); in addConstantPoolEntry()
|
| H A D | CSKYTargetStreamer.h | 35 unsigned Size, SMLoc Loc, const MCExpr *AdjustExpr); 70 const MCExpr *AdjustExpr = nullptr);
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 850 const MCExpr *AdjustExpr = nullptr; in processLRW() local 858 AdjustExpr = MCSymbolRefExpr::create(Dot, getContext()); in processLRW() 862 Inst.getOperand(1).getExpr(), Inst.getLoc(), AdjustExpr); in processLRW()
|