mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-16 22:50:01 +00:00

Introduce a new class InstrProfSymtab to abstract the PGO symbol table for prof and coverage reader. The symtab is is to lookup function's PGO name using function keys. The first user of the class is CoverageMapping Reader. More will follow. llvm-svn: 255862