Searched refs:getCompiler (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/ |
D | cffLib.py | 61 writer.add(fontNames.getCompiler(strings, None)) 62 topCompiler = self.topDictIndex.getCompiler(strings, None) 64 writer.add(strings.getCompiler()) 65 writer.add(self.GlobalSubrs.getCompiler(strings, None)) 237 out.append(item.getCompiler(strings, self)) 252 out.append(item.getCompiler(strings, self)) 359 def getCompiler(self, strings, parent): member in Index 1428 fdArrayIndexComp = self.dictObj.FDArray.getCompiler(strings, self) 1432 privComp = self.dictObj.Private.getCompiler(strings, self) 1445 privComp = self.dictObj.Private.getCompiler(strings, self) [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCompileServer.h | 63 Compiler &getCompiler() { return Comp; } in getCompiler() function
|
D | IceCompileServer.cpp | 260 getCompiler().run(Flags, *Ctx.get(), std::move(InputStream)); in run() 264 getCompiler().run(Flags, *Ctx.get(), std::move(InputStream)); in run()
|
D | IceBrowserCompileServer.cpp | 312 this->getCompiler().run(ClFlags::Flags, *Ctx.get(), in startCompileThread()
|