Home
last modified time | relevance | path

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

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