Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp765 int getGUIDSlot(GlobalValue::GUID GUID);
1201 int SlotTracker::getGUIDSlot(GlobalValue::GUID GUID) { in getGUIDSlot() function in SlotTracker
2922 printSummaryInfo(Machine.getGUIDSlot(GUID), VI); in printModuleSummaryIndex()
2936 Out << "^" << Machine.getGUIDSlot(GUID) in printModuleSummaryIndex()
3041 Out << "^" << Machine.getGUIDSlot(P.VTableVI.getGUID()); in printTypeIdCompatibleVtableSummary()
3109 Out << "^" << Machine.getGUIDSlot(SummaryToGUIDMap[&AS->getAliasee()]); in printAliasSummary()
3129 Out << "(virtFunc: ^" << Machine.getGUIDSlot(P.FuncVI.getGUID()) in printGlobalVarSummary()
3196 Out << "(callee: ^" << Machine.getGUIDSlot(Call.first.getGUID()); in printFunctionSummary()
3263 Out << "(callee: ^" << Machine.getGUIDSlot(CI.Callee.getGUID()); in printFunctionSummary()
3300 Out << "(callee: ^" << Machine.getGUIDSlot(Call.Callee.getGUID()); in printFunctionSummary()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp748 int getGUIDSlot(GlobalValue::GUID GUID);
1146 int SlotTracker::getGUIDSlot(GlobalValue::GUID GUID) { in getGUIDSlot() function in SlotTracker
2722 printSummaryInfo(Machine.getGUIDSlot(GUID), VI); in printModuleSummaryIndex()
2737 Out << "^" << Machine.getGUIDSlot(GUID) in printModuleSummaryIndex()
2831 Out << "^" << Machine.getGUIDSlot(P.VTableVI.getGUID()); in printTypeIdCompatibleVtableSummary()
2899 Out << "^" << Machine.getGUIDSlot(SummaryToGUIDMap[&AS->getAliasee()]); in printAliasSummary()
2914 Out << "(virtFunc: ^" << Machine.getGUIDSlot(P.FuncVI.getGUID()) in printGlobalVarSummary()
2979 Out << "(callee: ^" << Machine.getGUIDSlot(Call.first.getGUID()); in printFunctionSummary()
3119 Out << "^" << Machine.getGUIDSlot(Ref.getGUID()); in printSummary()