Searched refs:StringIndices (Results 1 – 9 of 9) sorted by relevance
261 : TypeRecord(Kind), StringIndices(Indices) {} in StringListRecord()263 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()265 std::vector<TypeIndex> StringIndices; variable
255 : TypeRecord(Kind), StringIndices(Indices) {} in StringListRecord()257 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()259 std::vector<TypeIndex> StringIndices; variable
266 : TypeRecord(Kind), StringIndices(Indices) {} in ArgListRecord()275 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()285 std::vector<TypeIndex> StringIndices; variable
427 for (TypeIndex &Str : StringIndices) in remapTypeIndices()
96 # CHECK-NEXT: StringIndices: [ 4100 ]
326 Record.StringIndices, in visitKnownRecord()
433 IO.mapRequired("StringIndices", Record.StringIndices); in map()