Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h147 Module *getModuleUnlocked() { return M.get(); } in getModuleUnlocked() function
150 const Module *getModuleUnlocked() const { return M.get(); } in getModuleUnlocked() function