Home
last modified time | relevance | path

Searched refs:getVModuleKey (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DIRCompileLayer.cpp36 NotifyCompiled(R.getVModuleKey(), std::move(TSM)); in emit()
DCompileOnDemandLayer.cpp157 ES, *getManglingOptions(), std::move(TSM), R.getVModuleKey(), in emit()
318 ES, *getManglingOptions(), std::move(TSM), R.getVModuleKey(), *this)); in emitPartition()
DRTDyldObjectLinkingLayer.cpp131 auto K = R.getVModuleKey(); in emit()
DObjectLinkingLayer.cpp451 if (auto Key = MR.getVModuleKey()) in notifyEmitted()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h451 VModuleKey getVModuleKey() const { return K; } in getVModuleKey() function