Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h256 : TypeRecord(Kind), StringIndices(Indices) {} in StringListRecord()
258 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()
260 std::vector<TypeIndex> StringIndices; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp371 Record.StringIndices, in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp439 IO.mapRequired("StringIndices", Record.StringIndices); in map()