Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h261 : TypeRecord(Kind), StringIndices(Indices) {} in StringListRecord()
263 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()
265 std::vector<TypeIndex> StringIndices; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h255 : TypeRecord(Kind), StringIndices(Indices) {} in StringListRecord()
257 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()
259 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/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp427 for (TypeIndex &Str : StringIndices) in remapTypeIndices()
/external/llvm-project/lld/test/COFF/
Dpdb.test96 # CHECK-NEXT: StringIndices: [ 4100 ]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp326 Record.StringIndices, in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp326 Record.StringIndices, in visitKnownRecord()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp433 IO.mapRequired("StringIndices", Record.StringIndices); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp433 IO.mapRequired("StringIndices", Record.StringIndices); in map()