Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DMCPlusBuilder.cpp528 Operand = MCOperand::createExpr(getTargetExprFor( in setOperandToSymbolRef()
531 Operand = MCOperand::createExpr(getTargetExprFor( in setOperandToSymbolRef()
H A DBinaryFunction.cpp1062 MCOperand::createExpr(BC.MIB->getTargetExprFor( in disassemble()
1514 Instruction, MCOperand::createExpr(BC.MIB->getTargetExprFor( in scanExternalRefs()
2948 Operand = MCOperand::createExpr(BC.MIB->getTargetExprFor( in duplicateConstantIslands()
/llvm-project-15.0.7/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp311 const MCExpr *getTargetExprFor(MCInst &Inst, const MCExpr *Expr, in getTargetExprFor() function in __anon77c122c80111::AArch64MCPlusBuilder
848 Inst.addOperand(MCOperand::createExpr(getTargetExprFor( in createTailCall()
1096 Inst.addOperand(MCOperand::createExpr(getTargetExprFor( in createUncondBranch()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1152 virtual const MCExpr *getTargetExprFor(MCInst &Inst, const MCExpr *Expr, in getTargetExprFor() function