Lines Matching refs:SymbolFlags
547 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols()
598 Error defineMaterializing(SymbolFlagsMap SymbolFlags);
644 SymbolFlagsMap SymbolFlags, in MaterializationResponsibility() argument
647 SymbolFlags(std::move(SymbolFlags)), InitSymbol(std::move(InitSymbol)) { in MaterializationResponsibility()
648 assert(!this->SymbolFlags.empty() && "Materializing nothing?"); in MaterializationResponsibility()
653 SymbolFlagsMap SymbolFlags; variable
675 : SymbolFlags(std::move(InitalSymbolFlags)), in Interface()
677 assert((!this->InitSymbol || this->SymbolFlags.count(this->InitSymbol)) && in Interface()
681 SymbolFlagsMap SymbolFlags; member
686 : SymbolFlags(std::move(I.SymbolFlags)), in MaterializationUnit()
695 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols()
709 SymbolFlags.erase(Name); in doDiscard()
714 SymbolFlagsMap SymbolFlags;
1255 Expected<SymbolFlagsMap> defineMaterializing(SymbolFlagsMap SymbolFlags);
1261 delegate(MaterializationResponsibility &FromMR, SymbolFlagsMap SymbolFlags,
1264 SymbolNameSet getRequestedSymbols(const SymbolFlagsMap &SymbolFlags) const;
1727 SymbolFlagsMap SymbolFlags);
1929 SymbolFlagsMap SymbolFlags) { in defineMaterializing() argument
1931 std::move(SymbolFlags)); in defineMaterializing()