HomeSort by: relevance | last modified time | path
    Searched refs:HasConstructorOrDestructor (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeUDT.cpp 131 return (Tag->Options & ClassOptions::HasConstructorOrDestructor) !=
NativeTypeEnum.cpp 259 codeview::ClassOptions::HasConstructorOrDestructor);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 204 HasConstructorOrDestructor = 0x0002,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 313 CV_ENUM_CLASS_ENT(ClassOptions, HasConstructorOrDestructor),
TypeDumpVisitor.cpp 33 ENUM_ENTRY(ClassOptions, HasConstructorOrDestructor),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 57 PUSH_FLAG(ClassOptions, HasConstructorOrDestructor, Options,
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 363 IO.bitSetCase(Options, "HasConstructorOrDestructor",
364 ClassOptions::HasConstructorOrDestructor);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 2318 CO |= ClassOptions::HasConstructorOrDestructor;

Completed in 20 milliseconds