Home
last modified time | relevance | path

Searched refs:writeFunctionCode (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h73 void writeFunctionCode(GlobalString FuncName, bool IsInternal,
DIceELFObjectWriter.cpp213 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode() function in Ice::ELFObjectWriter
DIceGlobalContext.cpp583 getObjectWriter()->writeFunctionCode(Name, Asm->getInternal(), in emitItems()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp1065 …objectWriter->writeFunctionCode(currFunc->getFunctionName(), currFunc->getInternal(), assembler.ge… in acquireRoutine()