Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2529 uint64_t RefFunctionOffset = 0; in readRelocations() local
2533 RefFunctionOffset = Address - ReferencedBF->getAddress(); in readRelocations()
2534 if (RefFunctionOffset) { in readRelocations()
2537 ReferencedBF->addEntryPointAtOffset(RefFunctionOffset); in readRelocations()
2542 ReferencedBF->registerReferencedOffset(RefFunctionOffset); in readRelocations()
2557 dbgs() << " at offset 0x" << Twine::utohexstr(RefFunctionOffset); in readRelocations()