Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1146 virtual bool replaceMemOperandDisp(MCInst &Inst, MCOperand Operand) const { in replaceMemOperandDisp() function
1262 bool replaceMemOperandDisp(MCInst &Inst, const MCSymbol *Label, in replaceMemOperandDisp() function
1264 return replaceMemOperandDisp( in replaceMemOperandDisp()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp831 BC.MIB->replaceMemOperandDisp(*PCRelBaseInstr, in processIndirectBranch()
931 BC.MIB->replaceMemOperandDisp(*MemLocInstr, JTLabel, BC.Ctx.get()); in processIndirectBranch()
1061 MIB->replaceMemOperandDisp(Instruction, in disassemble()
1513 BC.MIB->replaceMemOperandDisp( in scanExternalRefs()
3811 BC.MIB->replaceMemOperandDisp(*JTLoadInst, NewJTLabel, BC.Ctx.get()); in disambiguateJumpTables()
/llvm-project-15.0.7/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp292 bool replaceMemOperandDisp(MCInst &Inst, MCOperand Operand) const override { in replaceMemOperandDisp() function in __anon77c122c80111::AArch64MCPlusBuilder
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp755 bool replaceMemOperandDisp(MCInst &Inst, MCOperand Operand) const override { in replaceMemOperandDisp() function in __anoncef8f4420111::X86MCPlusBuilder