Searched refs:addDynamicRelocation (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 341 void addDynamicRelocation(uint64_t Offset, MCSymbol *Symbol, uint64_t Type,
|
| H A D | BinaryContext.h | 1121 void addDynamicRelocation(uint64_t Address, MCSymbol *Symbol, uint64_t Type,
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryContext.cpp | 2060 void BinaryContext::addDynamicRelocation(uint64_t Address, MCSymbol *Symbol, in addDynamicRelocation() function in llvm::bolt::BinaryContext 2065 Section->addDynamicRelocation(Address - Section->getAddress(), Symbol, Type, in addDynamicRelocation()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 2263 BC->addDynamicRelocation(Rel.getOffset(), Symbol, RType, Addend); in readDynamicRelocations()
|