Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h337 BasedOnType = 0x08, // based on type enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp79 ENUM_ENTRY(PointerKind, BasedOnType),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp174 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp271 IO.enumCase(Kind, "BasedOnType", PointerKind::BasedOnType); in enumeration()