Searched refs:BasedOnType (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 319 BasedOnType = 0x08, // based on type enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 335 BasedOnType = 0x08, // based on type enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 79 ENUM_ENTRY(PointerKind, BasedOnType),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 150 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 124 ENUM_ENTRY(PointerKind, BasedOnType),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 271 IO.enumCase(Kind, "BasedOnType", PointerKind::BasedOnType); in enumeration()
|