Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h349 BasedOnSelf = 0x09, // based on self enumerator
/llvm-project-15.0.7/llvm/docs/PDB/
H A DCodeViewTypes.rst96 BasedOnSelf = 0x09, // based on self
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp364 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSelf),
H A DTypeDumpVisitor.cpp80 ENUM_ENTRY(PointerKind, BasedOnSelf),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp178 RETURN_CASE(PointerKind, BasedOnSelf, "self based"); in pointerKind()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp276 IO.enumCase(Kind, "BasedOnSelf", PointerKind::BasedOnSelf); in enumeration()