Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h923 struct UnmaterializedInfo { struct
924 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU) in UnmaterializedInfo() function
931 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument
1260 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in define()
1277 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in define()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1043 struct UnmaterializedInfo { struct
1044 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU, in UnmaterializedInfo() function
1053 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>; argument
1056 std::vector<std::shared_ptr<UnmaterializedInfo>>;
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp724 std::make_shared<UnmaterializedInfo>(std::move(MU), RTI->second); in replace()
1630 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU), &RT); in installMaterializationUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp895 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in replace()