Home
last modified time | relevance | path

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

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