Home
last modified time | relevance | path

Searched refs:ThisPointerAdjustment (Results 1 – 10 of 10) sorted by relevance

/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/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/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/llvm-project/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll203 ; YAML: ThisPointerAdjustment: 0
216 ; YAML: ThisPointerAdjustment: 0
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp417 MF.ClassType, MF.ThisType, MF.ThisPointerAdjustment); in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp308 error(IO.mapInteger(Record.ThisPointerAdjustment, "ThisAdjustment")); 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/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()