Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp737 int getGUIDSlot(GlobalValue::GUID GUID);
1126 int SlotTracker::getGUIDSlot(GlobalValue::GUID GUID) { in getGUIDSlot() function in SlotTracker
2642 printSummaryInfo(Machine.getGUIDSlot(GUID), VI); in printModuleSummaryIndex()
2648 Out << "^" << Machine.getGUIDSlot(GUID) << " = typeid: (name: \"" in printModuleSummaryIndex()
2797 Out << "^" << Machine.getGUIDSlot(SummaryToGUIDMap[&AS->getAliasee()]); in printAliasSummary()
2877 Out << "(callee: ^" << Machine.getGUIDSlot(Call.first.getGUID()); in printFunctionSummary()
2901 auto Slot = Machine.getGUIDSlot(GUID); in printTypeIdInfo()
2932 auto Slot = Machine.getGUIDSlot(VFId.GUID); in printVFuncId()
2992 Out << "^" << Machine.getGUIDSlot(Ref.getGUID()); in printSummary()