Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRPartitionLayer.h70 void cleanUpModule(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRPartitionLayer.cpp126 cleanUpModule(M); in emit()
138 void IRPartitionLayer::cleanUpModule(Module &M) { in cleanUpModule() function in IRPartitionLayer