[clang] [compiler-rt] [llvm] [InstrFDO][TypeProf] Implement binary instrumentation and profile read/write (PR #66825)
Snehasish Kumar via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 6 13:09:09 PST 2024
================
@@ -560,6 +602,28 @@ Error InstrProfSymtab::addFuncWithName(Function &F, StringRef PGOFuncName) {
return Error::success();
}
+uint64_t InstrProfSymtab::getVTableHashFromAddress(uint64_t Address) {
+ finalizeSymtab();
----------------
snehasish wrote:
Add a comment why its required and note the early return if its sorted?
https://github.com/llvm/llvm-project/pull/66825
More information about the cfe-commits
mailing list