Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp97 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod()
98 MethodOptions::CompilerGenerated; in AddMethod()
H A DPdbAstBuilder.cpp85 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 DCodeView.h291 CompilerGenerated = 0x0100, enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp340 CV_ENUM_CLASS_ENT(MethodOptions, CompilerGenerated),
H A DTypeDumpVisitor.cpp56 ENUM_ENTRY(MethodOptions, CompilerGenerated),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp198 PUSH_FLAG(MethodOptions, CompilerGenerated, Flags, "compiler-generated"); in memberAttributes()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp272 MethodOptions::CompilerGenerated,
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp386 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2116 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags()