Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h257 : TypeRecord(Kind), StringIndices(Indices) {} in StringListRecord()
259 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()
261 std::vector<TypeIndex> StringIndices; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h266 : TypeRecord(Kind), StringIndices(Indices) {} in ArgListRecord()
275 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()
285 std::vector<TypeIndex> StringIndices; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp183 Record.StringIndices, in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp427 for (TypeIndex &Str : StringIndices) in remapTypeIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp434 IO.mapRequired("StringIndices", Record.StringIndices); in map()