Lines Matching refs:InstrProfSymtab
471 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()
497 Error InstrProfSymtab::addVTableWithName(GlobalVariable &VTable, in addVTableWithName()
567 Error InstrProfSymtab::create(StringRef NameStrings) { in create()
570 std::bind(&InstrProfSymtab::addFuncName, this, std::placeholders::_1)); in create()
573 Error InstrProfSymtab::create(StringRef FuncNameStrings, in create()
576 std::bind(&InstrProfSymtab::addFuncName, in create()
582 std::bind(&InstrProfSymtab::addVTableName, this, std::placeholders::_1)); in create()
585 Error InstrProfSymtab::initVTableNamesFromCompressedStrings( in initVTableNamesFromCompressedStrings()
589 std::bind(&InstrProfSymtab::addVTableName, this, std::placeholders::_1)); in initVTableNamesFromCompressedStrings()
592 StringRef InstrProfSymtab::getCanonicalName(StringRef PGOName) { in getCanonicalName()
618 Error InstrProfSymtab::addFuncWithName(Function &F, StringRef PGOFuncName) { in addFuncWithName()
635 uint64_t InstrProfSymtab::getVTableHashFromAddress(uint64_t Address) { in getVTableHashFromAddress()
641 uint64_t InstrProfSymtab::getFunctionHashFromAddress(uint64_t Address) { in getFunctionHashFromAddress()
655 void InstrProfSymtab::dumpNames(raw_ostream &OS) const { in dumpNames()
987 InstrProfSymtab *SymTab) { in remapValue()
1002 InstrProfSymtab *ValueMap) { in addValueData()
1144 InstrProfSymtab *SymTab) { in deserializeTo()
1184 InstrProfSymtab *SymTab) { in deserializeTo()