Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
DJitManager.cpp324 return GetDebugFunctionType(pTy); in GetDebugType()
333 DIType* JitManager::GetDebugFunctionType(Type* pTy) in GetDebugFunctionType() function in JitManager