Home
last modified time | relevance | path

Searched refs:getRelocationAt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCSymbolizer.cpp113 Relocation = Function.getRelocationAt(InstOffset + ImmOffset); in tryAddingSymbolicOperand()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h366 const Relocation *getRelocationAt(uint64_t Offset) const { in getRelocationAt() function
H A DBinaryContext.h1113 const Relocation *getRelocationAt(uint64_t Address);
H A DBinaryFunction.h805 const Relocation *getRelocationAt(uint64_t Offset) const { in getRelocationAt() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp556 if (Type == JumpTable::JTT_NORMAL && !getRelocationAt(EntryAddress)) { in analyzeJumpTable()
2075 const Relocation *BinaryContext::getRelocationAt(uint64_t Address) { in getRelocationAt() function in llvm::bolt::BinaryContext
2080 return Section->getRelocationAt(Address - Section->getAddress()); in getRelocationAt()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1156 if (BC.getRelocationAt(TargetAddress) || in simplifyRODataLoads()