Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h349 BasedOnSelf = 0x09, // based on self enumerator
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp179 RETURN_CASE(PointerKind, BasedOnSelf, "self based"); in pointerKind()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp80 ENUM_ENTRY(PointerKind, BasedOnSelf),
H A DEnumTables.cpp365 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSelf),
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp276 IO.enumCase(Kind, "BasedOnSelf", PointerKind::BasedOnSelf); in enumeration()