Home
last modified time | relevance | path

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

/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Dmerge-ids-2.yaml21 StringIndices: [ 4098, 4096 ]
H A Dmerge-ids-1.yaml31 StringIndices: [ 4099, 4100 ]
/llvm-project/lld/test/COFF/Inputs/
H A Dpdb-type-server-simple-ts.yaml115 StringIndices: [ 4102 ]
H A Dpdb2.yaml130 StringIndices: [ 4101 ]
H A Dpdb_lines_2.yaml134 StringIndices: [ 4101 ]
H A Dpdb1.yaml145 StringIndices: [ 4105 ]
H A Dpdb-scopes-b.yaml217 StringIndices: [ 4105 ]
H A Dpdb_comdat_main.yaml186 StringIndices: [ 4106 ]
H A Dpdb-scopes-a.yaml271 StringIndices: [ 4105 ]
H A Dpdb_comdat_bar.yaml173 StringIndices: [ 4105 ]
H A Dpdb_lines_1.yaml170 StringIndices: [ 4106 ]
H A Dpdb-file-statics-b.yaml1238 StringIndices: [ 4193, 4194 ]
H A Dpdb-file-statics-a.yaml1263 StringIndices: [ 4197, 4198 ]
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h256 : TypeRecord(Kind), StringIndices(Indices) {} in StringListRecord()
258 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices()
260 std::vector<TypeIndex> StringIndices; variable
/llvm-project/lld/test/COFF/
H A Dpdb-symbol-types.yaml237 StringIndices: [ 4106 ]
H A Dpdb.test96 # CHECK-NEXT: StringIndices: [ 4100 ]
H A Dpdb-heapsite.yaml1404 StringIndices: [ 4200 ]
H A Dpdb-thunk.yaml2111 StringIndices: [ 4276 ]
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp439 IO.mapRequired("StringIndices", Record.StringIndices); in map()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp371 Record.StringIndices, in visitKnownRecord()