HomeSort by relevance Sort by last modified time
    Searched refs:GetDebugFunctionType (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.h 187 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
JitManager.cpp 266 case Type::FunctionTyID: return GetDebugFunctionType(pTy); break;
273 DIType* JitManager::GetDebugFunctionType(Type* pTy)

Completed in 343 milliseconds