Home
last modified time | relevance | path

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

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