Searched refs:UnmaterializedInfo (Results 1 – 2 of 2) sorted by relevance
1048 struct UnmaterializedInfo { struct1049 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() function1058 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument1061 std::vector<std::shared_ptr<UnmaterializedInfo>>;
746 std::make_shared<UnmaterializedInfo>(std::move(MU), RTI->second); in replace()1661 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()