Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUSubtarget.h55 bool DumpCode; variable
235 return DumpCode; in dumpCode()
H A DAMDGPUSubtarget.cpp77 DumpCode(false), R600ALUInst(false), HasVertexCache(false), in AMDGPUSubtarget()
H A DAMDGPU.td18 def FeatureDumpCode : SubtargetFeature <"DumpCode",
19 "DumpCode",
/minix3/external/mit/lua/dist/src/
H A Dldump.c94 static void DumpCode (const Proto *f, DumpState *D) { in DumpCode() function
182 DumpCode(f, D); in DumpFunction()