Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1048 struct UnmaterializedInfo { struct
1049 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() function
1058 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument
1061 std::vector<std::shared_ptr<UnmaterializedInfo>>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp746 std::make_shared<UnmaterializedInfo>(std::move(MU), RTI->second); in replace()
1661 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()