Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Dmerge-ids-2.yaml21 StringIndices: [ 4098, 4096 ]
Dmerge-ids-1.yaml31 StringIndices: [ 4099, 4100 ]
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-type-server-simple-ts.yaml115 StringIndices: [ 4102 ]
Dpdb_lines_2.yaml134 StringIndices: [ 4101 ]
Dpdb2.yaml130 StringIndices: [ 4101 ]
Dpdb1.yaml145 StringIndices: [ 4105 ]
Dpdb-scopes-b.yaml217 StringIndices: [ 4105 ]
Dpdb-scopes-a.yaml271 StringIndices: [ 4105 ]
Dpdb_comdat_main.yaml186 StringIndices: [ 4106 ]
Dpdb_comdat_bar.yaml173 StringIndices: [ 4105 ]
Dpdb_lines_1.yaml170 StringIndices: [ 4106 ]
Dpdb-file-statics-b.yaml1238 StringIndices: [ 4193, 4194 ]
Dpdb-file-statics-a.yaml1263 StringIndices: [ 4197, 4198 ]
/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/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/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-project/lld/test/COFF/
Dpdb-symbol-types.yaml237 StringIndices: [ 4106 ]
Dpdb.test96 # CHECK-NEXT: StringIndices: [ 4100 ]
Dpdb-heapsite.yaml1404 StringIndices: [ 4200 ]
Dpdb-thunk.yaml2111 StringIndices: [ 4276 ]
/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()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp427 for (TypeIndex &Str : StringIndices) in remapTypeIndices()
/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()