Searched defs:PointerRecord (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 282 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in PointerRecord() function 284 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() function 288 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function 293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 287 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in PointerRecord() function 289 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() function 293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function 298 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() function
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 300 PointerRecord(TypeIndex ReferentType, PointerKind Kind, PointerMode Mode, in PointerRecord() function 305 PointerRecord(TypeIndex ReferentType, PointerKind Kind, PointerMode Mode, in PointerRecord() function
|