Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1173 struct UnmaterializedInfo { struct
1174 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() function
1183 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument
1186 std::vector<std::shared_ptr<UnmaterializedInfo>>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp803 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), in replace()
1781 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()