Home
last modified time | relevance | path

Searched refs:adjustValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DRelocation.h65 static uint64_t adjustValue(uint64_t Type, uint64_t Value,
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp144 Value = Relocation::adjustValue(Reloc.Type, Value, in flushPendingRelocations()
H A DRelocation.cpp557 uint64_t Relocation::adjustValue(uint64_t Type, uint64_t Value, in adjustValue() function in Relocation