Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1157 struct UnmaterializedInfo { struct
1158 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() function
1167 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument
1170 std::vector<std::shared_ptr<UnmaterializedInfo>>;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp780 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), in replace()
1741 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()