Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/COFF/
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 …]
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 …]
/external/llvm-project/llvm/test/DebugInfo/PDB/
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 …]
/external/llvm-project/lld/test/COFF/Inputs/
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 …]
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 …]
Dpdb-hashes-2-missing.yaml205 ThisPointerAdjustment: 0
Dpdb-hashes-2.yaml205 ThisPointerAdjustment: 0
Dpdb-hashes-1.yaml271 ThisPointerAdjustment: 0
Dpdb-globals.yaml651 ThisPointerAdjustment: 0
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Devery-type.yaml65 ThisPointerAdjustment: 0
76 ThisPointerAdjustment: 0
Dmerge-ids-and-types-1.yaml80 ThisPointerAdjustment: 0
Dmerge-ids-and-types-2.yaml105 ThisPointerAdjustment: 0
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h178 TypeIndex ArgumentList, int32_t ThisPointerAdjustment) in MemberFunctionRecord() argument
183 ThisPointerAdjustment(ThisPointerAdjustment) {} in MemberFunctionRecord()
192 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; } in getThisPointerAdjustment()
201 int32_t ThisPointerAdjustment = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h184 TypeIndex ArgumentList, int32_t ThisPointerAdjustment) in MemberFunctionRecord() argument
189 ThisPointerAdjustment(ThisPointerAdjustment) {} in MemberFunctionRecord()
198 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; } in getThisPointerAdjustment()
207 int32_t ThisPointerAdjustment = 0; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h188 TypeIndex ArgumentList, int32_t ThisPointerAdjustment) in MemberFunctionRecord() argument
193 ThisPointerAdjustment(ThisPointerAdjustment) {} in MemberFunctionRecord()
209 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; } in getThisPointerAdjustment()
230 int32_t ThisPointerAdjustment; variable
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll203 ; YAML: ThisPointerAdjustment: 0
216 ; YAML: ThisPointerAdjustment: 0
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp415 IO.mapRequired("ThisPointerAdjustment", Record.ThisPointerAdjustment); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp415 IO.mapRequired("ThisPointerAdjustment", Record.ThisPointerAdjustment); in map()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp417 MF.ClassType, MF.ThisType, MF.ThisPointerAdjustment); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp308 error(IO.mapInteger(Record.ThisPointerAdjustment, "ThisAdjustment")); in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp308 error(IO.mapInteger(Record.ThisPointerAdjustment, "ThisAdjustment")); in visitKnownRecord()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1330 // ThisPointerAdjustment. in lowerTypeMemberFunction()