pub type AnalyzedRow = (AnalyzedFunction, Vec<String>, Vec<Vec<u8>>);
One row in the analyzed-functions accumulator: an analyzed body plus its per-function string and byte literal pools (remapped to global tables later).