Home
last modified time | relevance | path

Searched refs:CompilerGenerated (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp108 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod()
109 MethodOptions::CompilerGenerated; in AddMethod()
H A DPdbAstBuilder.cpp87 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod()
88 MethodOptions::CompilerGenerated; in AddMethod()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h291 CompilerGenerated = 0x0100, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp199 PUSH_FLAG(MethodOptions, CompilerGenerated, Flags, "compiler-generated"); in memberAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp56 ENUM_ENTRY(MethodOptions, CompilerGenerated),
H A DEnumTables.cpp341 CV_ENUM_CLASS_ENT(MethodOptions, CompilerGenerated),
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp386 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2789 if (MethodOptions::CompilerGenerated == in visitKnownMember()
2790 (Flags & MethodOptions::CompilerGenerated)) in visitKnownMember()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2168 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags()