reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
510 OS << "Metadata: function = " << I->second.F << "\n"; 586 if (!Entry.F) 590 Entry.F = 0; 698 assert(Index.F == F && "Expected the same function"); 703 Index.F = F; 746 return std::make_tuple(LHS.F, getMetadataTypeOrder(LHS.get(MDs)), LHS.ID) < 747 std::make_tuple(RHS.F, getMetadataTypeOrder(RHS.get(MDs)), RHS.ID); 755 for (unsigned I = 0, E = Order.size(); I != E && !Order[I].F; ++I) { 773 unsigned F = Order[I].F;lib/Bitcode/Writer/ValueEnumerator.h
81 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; } 81 bool hasDifferentFunction(unsigned NewF) const { return F && F != NewF; }