Searched refs:BasedOnSelf (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 320 BasedOnSelf = 0x09, // based on self enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 336 BasedOnSelf = 0x09, // based on self enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 80 ENUM_ENTRY(PointerKind, BasedOnSelf),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 151 RETURN_CASE(PointerKind, BasedOnSelf, "self based"); in pointerKind()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 125 ENUM_ENTRY(PointerKind, BasedOnSelf),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 272 IO.enumCase(Kind, "BasedOnSelf", PointerKind::BasedOnSelf); in enumeration()
|