Home
last modified time | relevance | path

Searched defs:writeFunction (Results 1 – 8 of 8) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py146 def writeFunction(self, elements): member in KScriptGenerator
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py141 def writeFunction(self, elements): member in KScriptGenerator
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py141 def writeFunction(self, elements): member in KScriptGenerator
/external/clang/utils/ABITest/
DABITestGen.py103 def writeFunction(self, i, FT): member in TypePrinter
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp490 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::GLSLCodeGenerator
DSkSLCPPCodeGenerator.cpp268 void CPPCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::CPPCodeGenerator
DSkSLSPIRVCodeGenerator.cpp2617 SpvId SPIRVCodeGenerator::writeFunction(const FunctionDefinition& f, OutputStream& out) { in writeFunction() function in SkSL::SPIRVCodeGenerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2869 void ModuleBitcodeWriter::writeFunction( in writeFunction() function in ModuleBitcodeWriter