Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h156 Module *getModuleUnlocked() { return M.get(); } in getModuleUnlocked() function
159 const Module *getModuleUnlocked() const { return M.get(); } in getModuleUnlocked() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp39 MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout()); in IRMaterializationUnit()