Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h341 void addDynamicRelocation(uint64_t Offset, MCSymbol *Symbol, uint64_t Type,
H A DBinaryContext.h1121 void addDynamicRelocation(uint64_t Address, MCSymbol *Symbol, uint64_t Type,
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2060 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 DRewriteInstance.cpp2263 BC->addDynamicRelocation(Rel.getOffset(), Symbol, RType, Addend); in readDynamicRelocations()