Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1119 struct UnmaterializedInfo { struct
1120 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() function
1129 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument
1132 std::vector<std::shared_ptr<UnmaterializedInfo>>;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp801 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), in replace()
1476 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()