Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h222 std::function<AddModuleSignature> addModuleImpl; variable
230 assert(addModuleImpl && in addModule()
232 return addModuleImpl(std::move(M), std::move(R)); in addModule()