Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp259 session, [sectionMemoryMapper = options.sectionMemoryMapper]() { in create()
260 return std::make_unique<SectionMemoryManager>(sectionMemoryMapper); in create()
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DExecutionEngine.h76 llvm::SectionMemoryManager::MemoryMapper *sectionMemoryMapper = nullptr; member