Searched refs:getModuleUnlocked (Results 1 – 2 of 2) sorted by relevance
147 Module *getModuleUnlocked() { return M.get(); } in getModuleUnlocked() function150 const Module *getModuleUnlocked() const { return M.get(); } in getModuleUnlocked() function
40 MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout()); in IRMaterializationUnit()