Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h297 NoConstruct = 0x0080, enumerator
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp199 PUSH_FLAG(MethodOptions, NoConstruct, Flags, "noconstruct"); in memberAttributes()
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp55 ENUM_ENTRY(MethodOptions, NoConstruct),
H A DEnumTables.cpp343 CV_ENUM_CLASS_ENT(MethodOptions, NoConstruct),
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp386 IO.bitSetCase(Options, "NoConstruct", MethodOptions::NoConstruct); in bitset()