Home
last modified time | relevance | path

Searched full:stringindices (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Dmerge-ids-2.yaml21 StringIndices: [ 4098, 4096 ]
Dmerge-ids-1.yaml31 StringIndices: [ 4099, 4100 ]
/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/ObjectYAML/
DCodeViewYAMLTypes.cpp434 IO.mapRequired("StringIndices", Record.StringIndices); in map()
/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()