Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp131 return (Tag->Options & ClassOptions::HasConstructorOrDestructor) != in hasConstructor()
H A DNativeTypeEnum.cpp259 codeview::ClassOptions::HasConstructorOrDestructor); in hasConstructor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h204 HasConstructorOrDestructor = 0x0002, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp313 CV_ENUM_CLASS_ENT(ClassOptions, HasConstructorOrDestructor),
H A DTypeDumpVisitor.cpp33 ENUM_ENTRY(ClassOptions, HasConstructorOrDestructor),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp57 PUSH_FLAG(ClassOptions, HasConstructorOrDestructor, Options, in formatClassOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp364 ClassOptions::HasConstructorOrDestructor); in bitset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2318 CO |= ClassOptions::HasConstructorOrDestructor; in lowerCompleteTypeClass()