Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp48 const AMDGPUFunctionArgInfo AMDGPUArgumentUsageInfo::ExternFunctionInfo{};
182 return ExternFunctionInfo; in lookupFuncArgInfo()
H A DAMDGPUArgumentUsageInfo.h165 static const AMDGPUFunctionArgInfo ExternFunctionInfo; variable