Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp62 struct ManglingRule { struct
63 const char *Name;
64 unsigned char Lead[2];
65 unsigned char Param[5];
67 int maxLeadIndex() const { return (std::max)(Lead[0], Lead[1]); } in maxLeadIndex()
68 int getNumLeads() const { return (Lead[0] ? 1 : 0) + (Lead[1] ? 1 : 0); } in getNumLeads()