Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DOrcLazyJIT.h51 IRDumpLayer(CompileLayer, createDebugDumper()), in OrcLazyJIT()
143 static TransformFtor createDebugDumper();
DOrcLazyJIT.cpp49 OrcLazyJIT::TransformFtor OrcLazyJIT::createDebugDumper() { in createDebugDumper() function in OrcLazyJIT
/external/llvm-project/llvm/tools/lli/
Dlli.cpp720 static std::function<void(Module &)> createDebugDumper() { in createDebugDumper() function
892 auto Dump = createDebugDumper(); in runOrcLazyJIT()