Searched defs:StableFunctionEntry (Results 1 – 1 of 1) sorted by relevance
54 struct StableFunctionEntry { struct56 stable_hash Hash;58 unsigned FunctionNameId;60 unsigned ModuleNameId;62 unsigned InstCount;64 std::unique_ptr<IndexOperandHashMapType> IndexOperandHashMap;66 StableFunctionEntry( in StableFunctionEntry() function