Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h180 TypeIndex ArgumentList, int32_t ThisPointerAdjustment) in MemberFunctionRecord() argument
185 ThisPointerAdjustment(ThisPointerAdjustment) {} in MemberFunctionRecord()
194 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; } in getThisPointerAdjustment()
203 int32_t ThisPointerAdjustment; 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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll202 ; YAML: ThisPointerAdjustment: 0
215 ; YAML: ThisPointerAdjustment: 0
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp167 error(IO.mapInteger(Record.ThisPointerAdjustment)); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp383 MF.ClassType, MF.ThisType, MF.ThisPointerAdjustment); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp416 IO.mapRequired("ThisPointerAdjustment", Record.ThisPointerAdjustment); in map()