Home
last modified time | relevance | path

Searched refs:BasedOnSelf (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h320 BasedOnSelf = 0x09, // based on self enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h336 BasedOnSelf = 0x09, // based on self enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp80 ENUM_ENTRY(PointerKind, BasedOnSelf),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp151 RETURN_CASE(PointerKind, BasedOnSelf, "self based"); in pointerKind()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp125 ENUM_ENTRY(PointerKind, BasedOnSelf),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp272 IO.enumCase(Kind, "BasedOnSelf", PointerKind::BasedOnSelf); in enumeration()