Home
last modified time | relevance | path

Searched refs:DumpToFile (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h178 static void DumpToFile(llvm::Function *f, const char *fileName);
179 static void DumpToFile(llvm::Module *M, const char *fileName);
Dstreamout_jit.cpp297 JitManager::DumpToFile(soFunc, "SoFunc"); in Create()
315 JitManager::DumpToFile(soFunc, "SoFunc_optimized"); in Create()
DJitManager.cpp387 void JitManager::DumpToFile(Module *M, const char *fileName) in DumpToFile() function in JitManager
409 void JitManager::DumpToFile(Function *f, const char *fileName) in DumpToFile() function in JitManager
Dblend_jit.cpp792 JitManager::DumpToFile(blendFunc, ""); in Create()
810 JitManager::DumpToFile(blendFunc, "optimized"); in Create()
Dfetch_jit.cpp327 JitManager::DumpToFile(fetch, "src"); in Create()
343 JitManager::DumpToFile(fetch, "se"); in Create()
359 JitManager::DumpToFile(fetch, "opt"); in Create()
/external/libchrome/base/android/orderfile/
Dorderfile_instrumentation.cc172 NO_INSTRUMENT_FUNCTION bool DumpToFile(const base::FilePath& path, in DumpToFile() function
222 if (!DumpToFile(base::FilePath(path), g_data[phase])) { in StopAndDumpToFile()