Home
last modified time | relevance | path

Searched refs:TYPE_FUNCTION (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp64 # define TYPE_FUNCTION(sym) ".type " #sym ", @function\n" macro
67 # define TYPE_FUNCTION(sym) macro
93 TYPE_FUNCTION(X86CompilationCallback)
195 TYPE_FUNCTION(X86CompilationCallback)
244 TYPE_FUNCTION(X86CompilationCallback_SSE)
/external/python/cpython2/Lib/
Dsymtable.py21 if table.type == _symtable.TYPE_FUNCTION:
60 if self._table.type == _symtable.TYPE_FUNCTION:
77 return bool(self._table.type == _symtable.TYPE_FUNCTION