Home
last modified time | relevance | path

Searched defs:ManglingRule (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp55 struct ManglingRule { struct
56 const char *Name;
57 unsigned char Lead[2];
58 unsigned char Param[5];
60 int maxLeadIndex() const { return (std::max)(Lead[0], Lead[1]); } in maxLeadIndex()
61 int getNumLeads() const { return (Lead[0] ? 1 : 0) + (Lead[1] ? 1 : 0); } in getNumLeads()