Searched refs:CompilerGenerated (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 97 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() 98 MethodOptions::CompilerGenerated; in AddMethod()
|
| H A D | PdbAstBuilder.cpp | 85 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() 86 MethodOptions::CompilerGenerated; in AddMethod()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 291 CompilerGenerated = 0x0100, enumerator
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 340 CV_ENUM_CLASS_ENT(MethodOptions, CompilerGenerated),
|
| H A D | TypeDumpVisitor.cpp | 56 ENUM_ENTRY(MethodOptions, CompilerGenerated),
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 198 PUSH_FLAG(MethodOptions, CompilerGenerated, Flags, "compiler-generated"); in memberAttributes()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 272 MethodOptions::CompilerGenerated,
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 386 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2116 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags()
|