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