Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h348 BasedOnType = 0x08, // based on type enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp79 ENUM_ENTRY(PointerKind, BasedOnType),
H A DEnumTables.cpp364 CV_ENUM_CLASS_ENT(PointerKind, BasedOnType),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp178 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp275 IO.enumCase(Kind, "BasedOnType", PointerKind::BasedOnType); in enumeration()