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.cpp219 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode() function in Ice::ELFObjectWriter
DIceGlobalContext.cpp583 getObjectWriter()->writeFunctionCode(Name, Asm->getInternal(), in emitItems()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1066 …objectWriter->writeFunctionCode(currFunc->getFunctionName(), currFunc->getInternal(), assembler.ge… in acquireRoutine()