Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp691 const uint64_t FuncAddress = FDE->getInitialLocation(); in generateEHFrameHeader() local
696 if (FuncAddress == 0) in generateEHFrameHeader()
701 FuncAddress)) { in generateEHFrameHeader()
703 << Twine::utohexstr(FuncAddress) << " is at 0x" in generateEHFrameHeader()
705 PCToFDE[FuncAddress] = FDEAddress; in generateEHFrameHeader()
718 const uint64_t FuncAddress = FDE->getInitialLocation(); in generateEHFrameHeader() local
723 if (PCToFDE.count(FuncAddress) == 0) { in generateEHFrameHeader()
725 << Twine::utohexstr(FuncAddress) << " is at 0x" in generateEHFrameHeader()
727 PCToFDE[FuncAddress] = FDEAddress; in generateEHFrameHeader()
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DBoltAddressTranslation.h116 uint64_t FuncAddress);
/llvm-project-15.0.7/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp23 uint64_t FuncAddress) { in writeEntriesForBB() argument
25 BB.getOutputAddressRange().first - FuncAddress; in writeEntriesForBB()