Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h629 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in define()
659 struct UnmaterializedInfo { struct
660 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU) in UnmaterializedInfo() argument
667 std::map<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp948 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in replace()