Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h286 NoInherit = 0x0040, enumerator
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp338 CV_ENUM_CLASS_ENT(MethodOptions, NoInherit),
H A DTypeDumpVisitor.cpp54 ENUM_ENTRY(MethodOptions, NoInherit),
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp196 PUSH_FLAG(MethodOptions, NoInherit, Flags, "noinherit"); in memberAttributes()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp384 IO.bitSetCase(Options, "NoInherit", MethodOptions::NoInherit); in bitset()