Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h285 NoConstruct = 0x0080, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp336 CV_ENUM_CLASS_ENT(MethodOptions, NoConstruct),
H A DTypeDumpVisitor.cpp54 ENUM_ENTRY(MethodOptions, NoConstruct),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp194 PUSH_FLAG(MethodOptions, NoConstruct, Flags, "noconstruct"); in memberAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp385 IO.bitSetCase(Options, "NoConstruct", MethodOptions::NoConstruct); in bitset()