Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h341 BasedOnSelf = 0x09, // based on self enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DCodeViewTypes.rst96 BasedOnSelf = 0x09, // based on self
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp361 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSelf),
H A DTypeDumpVisitor.cpp79 ENUM_ENTRY(PointerKind, BasedOnSelf),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp175 RETURN_CASE(PointerKind, BasedOnSelf, "self based"); in pointerKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp276 IO.enumCase(Kind, "BasedOnSelf", PointerKind::BasedOnSelf); in enumeration()