Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp32 NotifyCompiled(R.getVModuleKey(), std::move(TSM)); in emit()
H A DCompileOnDemandLayer.cpp154 ES, std::move(TSM), R.getVModuleKey(), *this))) { in emit()
297 ES, std::move(TSM), R.getVModuleKey(), *this)); in emitPartition()
H A DRTDyldObjectLinkingLayer.cpp124 auto K = R.getVModuleKey(); in emit()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h172 VModuleKey getVModuleKey() const { return K; } in getVModuleKey() function