Home
last modified time | relevance | path

Searched refs:replaceImmWithSymbolRef (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp1071 bool replaceImmWithSymbolRef(MCInst &Inst, const MCSymbol *Symbol, in replaceImmWithSymbolRef() function in __anon77c122c80111::AArch64MCPlusBuilder
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1149 MIB->replaceImmWithSymbolRef(LoadHiBits, TargetSymbol, Addend, Ctx.get(), Val, in addAdrpAddRelocAArch64()
1151 MIB->replaceImmWithSymbolRef(LoadLowBits, TargetSymbol, Addend, Ctx.get(), in addAdrpAddRelocAArch64()
H A DBinaryFunction.cpp1336 const bool Result = BC.MIB->replaceImmWithSymbolRef( in disassemble()
1531 const bool Result = BC.MIB->replaceImmWithSymbolRef( in scanExternalRefs()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h979 virtual bool replaceImmWithSymbolRef(MCInst &Inst, const MCSymbol *Symbol, in replaceImmWithSymbolRef() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp2646 bool replaceImmWithSymbolRef(MCInst &Inst, const MCSymbol *Symbol, in replaceImmWithSymbolRef() function in __anoncef8f4420111::X86MCPlusBuilder