reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1958     return MethodOptions::CompilerGenerated;
lib/DebugInfo/CodeView/EnumTables.cpp
  329     CV_ENUM_CLASS_ENT(MethodOptions, CompilerGenerated),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   55     ENUM_ENTRY(MethodOptions, CompilerGenerated),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  381   IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
   80   bool is_artificial = (options & MethodOptions::CompilerGenerated) ==
   81                        MethodOptions::CompilerGenerated;
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  195   PUSH_FLAG(MethodOptions, CompilerGenerated, Flags, "compiler-generated");
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  272                      MethodOptions::CompilerGenerated,