Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCSymbolizer.cpp74 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 DBinaryContext.h758 handleAddressRef(uint64_t Address, BinaryFunction &BF, bool IsPCRel);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp377 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 DBinaryFunction.cpp1053 BC.handleAddressRef(TargetAddress, *this, /*IsPCRel*/ true); in disassemble()