HomeSort by relevance Sort by last modified time
    Searched refs:writeFunctionCode (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.h 38 /// (3) writeFunctionCode (must invoke once per function)
73 void writeFunctionCode(GlobalString FuncName, bool IsInternal,
IceELFObjectWriter.cpp 220 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal,
IceGlobalContext.cpp 652 getObjectWriter()->writeFunctionCode(Name, Asm->getInternal(),
    [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 599 objectWriter->writeFunctionCode(::function->getFunctionName(), false, assembler.get());
    [all...]

Completed in 90 milliseconds