Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h319 BasedOnType = 0x08, // based on type enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h335 BasedOnType = 0x08, // based on type enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp79 ENUM_ENTRY(PointerKind, BasedOnType),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp150 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp124 ENUM_ENTRY(PointerKind, BasedOnType),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp271 IO.enumCase(Kind, "BasedOnType", PointerKind::BasedOnType); in enumeration()