Searched defs:JITVars (Results 1 – 1 of 1) sorted by relevance
159 struct JITVars { struct160 JITVars() : m_alignment(0), m_size(0), m_offset(0) {} in JITVars() function170 typedef std::map<uint64_t, JITVars> JITVarMap; argument