Home
last modified time | relevance | path

Searched refs:StringIndices (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h262 : TypeRecord(Kind), StringIndices(Indices) {} in StringListRecord()
264 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()
266 std::vector<TypeIndex> StringIndices; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp183 Record.StringIndices, in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp434 IO.mapRequired("StringIndices", Record.StringIndices); in map()