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.h1204 struct UnmaterializedInfo { struct
1205 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() argument
1214 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument
1217 std::vector<std::shared_ptr<UnmaterializedInfo>>;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp820 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), in replace()
1484 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()