Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h274 NoConstruct = 0x0080, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h283 NoConstruct = 0x0080, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp55 ENUM_ENTRY(MethodOptions, NoConstruct),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp170 PUSH_FLAG(MethodOptions, NoConstruct, Flags, "noconstruct"); in memberAttributes()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp100 ENUM_ENTRY(MethodOptions, NoConstruct),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp381 IO.bitSetCase(Options, "NoConstruct", MethodOptions::NoConstruct); in bitset()