Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h73 void writeFunctionCode(GlobalString FuncName, bool IsInternal,
DIceELFObjectWriter.cpp220 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode() function in Ice::ELFObjectWriter
DIceGlobalContext.cpp652 getObjectWriter()->writeFunctionCode(Name, Asm->getInternal(), in emitItems()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp599 objectWriter->writeFunctionCode(::function->getFunctionName(), false, assembler.get()); in acquireRoutine()