Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h296 NoInherit = 0x0040, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp342 CV_ENUM_CLASS_ENT(MethodOptions, NoInherit),
H A DTypeDumpVisitor.cpp54 ENUM_ENTRY(MethodOptions, NoInherit),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp198 PUSH_FLAG(MethodOptions, NoInherit, Flags, "noinherit"); in memberAttributes()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp385 IO.bitSetCase(Options, "NoInherit", MethodOptions::NoInherit); in bitset()