Searched refs:CompilerGenerated (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleter.cpp | 111 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() 112 MethodOptions::CompilerGenerated; in AddMethod()
|
H A D | PdbAstBuilder.cpp | 87 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() 88 MethodOptions::CompilerGenerated; in AddMethod()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 298 CompilerGenerated = 0x0100, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 344 CV_ENUM_CLASS_ENT(MethodOptions, CompilerGenerated),
|
H A D | TypeDumpVisitor.cpp | 56 ENUM_ENTRY(MethodOptions, CompilerGenerated),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 200 PUSH_FLAG(MethodOptions, CompilerGenerated, Flags, "compiler-generated"); in memberAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 387 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2789 if (MethodOptions::CompilerGenerated == in visitKnownMember() 2790 (Flags & MethodOptions::CompilerGenerated)) in visitKnownMember()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2168 return MethodOptions::CompilerGenerated; in translateMethodKindFlags()
|