Home
last modified time | relevance | path

Searched full:thispointeradjustment (Results 1 – 19 of 19) sorted by relevance

/llvm-project/lld/test/COFF/
H A Dpdb-thunk.yaml402 ThisPointerAdjustment: 0
419 ThisPointerAdjustment: 0
440 ThisPointerAdjustment: 0
450 ThisPointerAdjustment: 0
479 ThisPointerAdjustment: 0
489 ThisPointerAdjustment: 0
576 ThisPointerAdjustment: 0
593 ThisPointerAdjustment: 0
614 ThisPointerAdjustment: 0
624 ThisPointerAdjustment: 0
[all …]
H A Dpdb-heapsite.yaml401 ThisPointerAdjustment: 0
414 ThisPointerAdjustment: 0
424 ThisPointerAdjustment: 0
612 ThisPointerAdjustment: 0
625 ThisPointerAdjustment: 0
635 ThisPointerAdjustment: 0
745 ThisPointerAdjustment: 0
755 ThisPointerAdjustment: 0
865 ThisPointerAdjustment: 0
875 ThisPointerAdjustment: 0
[all …]
/llvm-project/lld/test/COFF/Inputs/
H A Dpdb-type-server-guid-collision-a-pdb.yaml85 ThisPointerAdjustment: 0
98 ThisPointerAdjustment: 0
111 ThisPointerAdjustment: 0
289 ThisPointerAdjustment: 0
302 ThisPointerAdjustment: 0
312 ThisPointerAdjustment: 0
412 ThisPointerAdjustment: 0
422 ThisPointerAdjustment: 0
522 ThisPointerAdjustment: 0
532 ThisPointerAdjustment: 0
[all …]
H A Dpdb-type-server-guid-collision-b-pdb.yaml113 ThisPointerAdjustment: 0
126 ThisPointerAdjustment: 0
139 ThisPointerAdjustment: 0
317 ThisPointerAdjustment: 0
330 ThisPointerAdjustment: 0
340 ThisPointerAdjustment: 0
440 ThisPointerAdjustment: 0
450 ThisPointerAdjustment: 0
550 ThisPointerAdjustment: 0
560 ThisPointerAdjustment: 0
[all …]
H A Dpdb-file-statics-b.yaml228 ThisPointerAdjustment: 0
241 ThisPointerAdjustment: 0
254 ThisPointerAdjustment: 0
442 ThisPointerAdjustment: 0
455 ThisPointerAdjustment: 0
465 ThisPointerAdjustment: 0
575 ThisPointerAdjustment: 0
585 ThisPointerAdjustment: 0
695 ThisPointerAdjustment: 0
705 ThisPointerAdjustment: 0
[all …]
H A Dpdb-file-statics-a.yaml253 ThisPointerAdjustment: 0
266 ThisPointerAdjustment: 0
279 ThisPointerAdjustment: 0
467 ThisPointerAdjustment: 0
480 ThisPointerAdjustment: 0
490 ThisPointerAdjustment: 0
600 ThisPointerAdjustment: 0
610 ThisPointerAdjustment: 0
720 ThisPointerAdjustment: 0
730 ThisPointerAdjustment: 0
[all …]
H A Dpdb-hashes-2-missing.yaml205 ThisPointerAdjustment: 0
H A Dpdb-hashes-2.yaml205 ThisPointerAdjustment: 0
H A Dpdb-hashes-1.yaml271 ThisPointerAdjustment: 0
H A Dpdb-globals.yaml651 ThisPointerAdjustment: 0
/llvm-project/llvm/test/DebugInfo/PDB/
H A Dpdbdump-yaml-types.test87 YAML: ThisPointerAdjustment: 0
97 YAML: ThisPointerAdjustment: 0
187 YAML: ThisPointerAdjustment: 0
200 YAML: ThisPointerAdjustment: 0
210 YAML: ThisPointerAdjustment: 0
310 YAML: ThisPointerAdjustment: 0
320 YAML: ThisPointerAdjustment: 0
413 YAML: ThisPointerAdjustment: 0
423 YAML: ThisPointerAdjustment: 0
553 YAML: ThisPointerAdjustment: 0
[all …]
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.yaml65 ThisPointerAdjustment: 0
76 ThisPointerAdjustment: 0
H A Dmerge-ids-and-types-1.yaml80 ThisPointerAdjustment: 0
H A Dmerge-ids-and-types-2.yaml105 ThisPointerAdjustment: 0
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h179 TypeIndex ArgumentList, int32_t ThisPointerAdjustment) in MemberFunctionRecord() argument
184 ThisPointerAdjustment(ThisPointerAdjustment) {} in MemberFunctionRecord()
193 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; } in getThisPointerAdjustment()
202 int32_t ThisPointerAdjustment = 0; variable
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dglobal-type-hashes.ll216 ; YAML: ThisPointerAdjustment: 0
229 ; YAML: ThisPointerAdjustment: 0
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp421 IO.mapRequired("ThisPointerAdjustment", Record.ThisPointerAdjustment); in map()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp422 MF.ClassType, MF.ThisType, MF.ThisPointerAdjustment); in visitKnownRecord()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp353 error(IO.mapInteger(Record.ThisPointerAdjustment, "ThisAdjustment")); in visitKnownRecord()