Home
last modified time | relevance | path

Searched refs:HasConstructorOrDestructor (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp132 return (Tag->Options & ClassOptions::HasConstructorOrDestructor) != in hasConstructor()
H A DNativeTypeEnum.cpp264 codeview::ClassOptions::HasConstructorOrDestructor); in hasConstructor()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h206 HasConstructorOrDestructor = 0x0002, enumerator
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp316 CV_ENUM_CLASS_ENT(ClassOptions, HasConstructorOrDestructor),
H A DTypeDumpVisitor.cpp34 ENUM_ENTRY(ClassOptions, HasConstructorOrDestructor),
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp60 PUSH_FLAG(ClassOptions, HasConstructorOrDestructor, Options, in formatClassOptions()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp364 ClassOptions::HasConstructorOrDestructor); in bitset()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2446 CO |= ClassOptions::HasConstructorOrDestructor; in lowerCompleteTypeClass()