Searched refs:replaceMemOperandDisp (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | MCPlusBuilder.h | 1146 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 D | BinaryFunction.cpp | 831 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 D | AArch64MCPlusBuilder.cpp | 292 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 D | X86MCPlusBuilder.cpp | 755 bool replaceMemOperandDisp(MCInst &Inst, MCOperand Operand) const override { in replaceMemOperandDisp() function in __anoncef8f4420111::X86MCPlusBuilder
|