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.h187 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
DJitManager.cpp266 case Type::FunctionTyID: return GetDebugFunctionType(pTy); break; in GetDebugType()
273 DIType* JitManager::GetDebugFunctionType(Type* pTy) in GetDebugFunctionType() function in JitManager