Searched refs:handleAddressRef (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCSymbolizer.cpp | 74 BC.handleAddressRef(Value, Function, /*IsPCRel=*/true); in tryAddingSymbolicOperand() 101 BC.handleAddressRef(Value, Function, /*IsPCRel=*/false); in tryAddingSymbolicOperand() 123 BC.handleAddressRef(SymbolValue, Function, Relocation->isPCRelative()); in tryAddingSymbolicOperand()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryContext.h | 758 handleAddressRef(uint64_t Address, BinaryFunction &BF, bool IsPCRel);
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryContext.cpp | 377 BinaryContext::handleAddressRef(uint64_t Address, BinaryFunction &BF, in handleAddressRef() function in llvm::bolt::BinaryContext 1146 std::tie(TargetSymbol, Addend) = handleAddressRef(Target, BF, in addAdrpAddRelocAArch64()
|
| H A D | BinaryFunction.cpp | 1053 BC.handleAddressRef(TargetAddress, *this, /*IsPCRel*/ true); in disassemble()
|