Searched defs:ActionEntry (Results 1 – 2 of 2) sorted by relevance
54 struct ActionEntry { struct55 int ValueForTypeID; // The value to write - may not be equal to the type id.56 int NextAction;57 unsigned Previous;
184 uint64_t ActionEntry = Data.getULEB128(&CallSitePtr); parseLSDA() local