Searched refs:CalleeGUID (Results 1 – 5 of 5) sorted by relevance
260 void addCallGraphEdge(GlobalValue::GUID CalleeGUID, CalleeInfo Info) { in addCallGraphEdge() argument261 CallGraphEdgeList.push_back(std::make_pair(CalleeGUID, Info)); in addCallGraphEdge()
319 auto CalleeGUID = Edge.first.getGUID(); in computeImportForFunction() local320 exportGlobalInModule(Index, ExportModulePath, CalleeGUID, ExportList); in computeImportForFunction()
387 auto CalleeGUID = Edge.first.getGUID(); in computeImportForFunction() local388 ExportList.insert(CalleeGUID); in computeImportForFunction()
646 std::string CalleeGUID; in findCalleeFunctionSamples() local647 CalleeName = getRepInFormat(CalleeName, Reader->getFormat(), CalleeGUID); in findCalleeFunctionSamples()
6204 GlobalValue::GUID CalleeGUID = getGUIDFromValueId(CalleeValueId).first; in parseEntireSummary() local6205 FS->addCallGraphEdge(CalleeGUID, in parseEntireSummary()6293 GlobalValue::GUID CalleeGUID = getGUIDFromValueId(CalleeValueId).first; in parseEntireSummary() local6294 FS->addCallGraphEdge(CalleeGUID, in parseEntireSummary()