Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h255 : TypeRecord(Kind), StringIndices(Indices) {} in StringListRecord()
257 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()
259 std::vector<TypeIndex> StringIndices; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp351 Record.StringIndices, in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp438 IO.mapRequired("StringIndices", Record.StringIndices); in map()