Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h150 Module *getModuleUnlocked() { return M.get(); } in getModuleUnlocked() function
153 const Module *getModuleUnlocked() const { return M.get(); } in getModuleUnlocked() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h156 Module *getModuleUnlocked() { return M.get(); } in getModuleUnlocked() function
159 const Module *getModuleUnlocked() const { return M.get(); } in getModuleUnlocked() function