Searched defs:PSVGlobalsTy (Results 1 – 1 of 1) sorted by relevance
26 struct PSVGlobalsTy { struct28 const PseudoSourceValue PSVs[4];29 sys::Mutex Lock; // Guards FSValues, but not the values inside it.30 std::map<int, const PseudoSourceValue *> FSValues;32 PSVGlobalsTy() : PSVs() {} in PSVGlobalsTy() function33 ~PSVGlobalsTy() { in ~PSVGlobalsTy()