Home
last modified time | relevance | path

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

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