Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp798 int getGUIDSlot(GlobalValue::GUID GUID);
1197 int SlotTracker::getGUIDSlot(GlobalValue::GUID GUID) { in getGUIDSlot() function in SlotTracker
2947 printSummaryInfo(Machine.getGUIDSlot(GUID), VI); in printModuleSummaryIndex()
2961 Out << "^" << Machine.getGUIDSlot(GUID) in printModuleSummaryIndex()
3066 Out << "^" << Machine.getGUIDSlot(P.VTableVI.getGUID()); in printTypeIdCompatibleVtableSummary()
3134 Out << "^" << Machine.getGUIDSlot(SummaryToGUIDMap[&AS->getAliasee()]); in printAliasSummary()
3154 Out << "(virtFunc: ^" << Machine.getGUIDSlot(P.FuncVI.getGUID()) in printGlobalVarSummary()
3231 Out << "(callee: ^" << Machine.getGUIDSlot(Call.first.getGUID()); in printFunctionSummary()
3261 Out << "(callee: ^" << Machine.getGUIDSlot(Call.Callee.getGUID()); in printFunctionSummary()
3404 Out << "^" << Machine.getGUIDSlot(Ref.getGUID()); in printSummary()