Home
last modified time | relevance | path

Searched refs:is_artificial (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbol.h28 bool external, bool is_debug, bool is_trampoline, bool is_artificial,
34 bool external, bool is_debug, bool is_trampoline, bool is_artificial,
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp36 bool is_artificial, const lldb::SectionSP &section_sp, in Symbol() argument
40 m_is_synthetic(is_artificial), m_is_debug(is_debug), in Symbol()
50 bool is_artificial, const AddressRange &range, in Symbol() argument
54 m_is_synthetic(is_artificial), m_is_debug(is_debug), in Symbol()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp286 is_artificial = form_value.Boolean(); in ParsedDWARFTypeAttributes()
1008 attrs.accessibility, attrs.is_artificial, is_variadic, in ParseSubroutine()
1125 is_attr_used, attrs.is_artificial); in ParseSubroutine()
1130 type_handled |= attrs.is_artificial; in ParseSubroutine()
2472 bool is_artificial = false; member
2549 is_artificial = form_value.Boolean(); in MemberAttributes()
2939 if (attrs.is_artificial) in ParseSingleMember()
3060 bool is_artificial = false; in ParseChildParameters() local
3077 is_artificial = form_value.Boolean(); in ParseChildParameters()
3096 if (skip_artificial && is_artificial) { in ParseChildParameters()
H A DDWARFASTParserClang.h298 bool is_artificial = false; member
H A DSymbolFileDWARF.cpp3306 bool is_artificial = false; in ParseVariableDIE() local
3350 is_artificial = form_value.Boolean(); in ParseVariableDIE()
3620 scope_ranges, &decl, location_list, is_external, is_artificial, in ParseVariableDIE()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp108 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() local
113 is_artificial); in AddMethod()
H A DPdbAstBuilder.cpp86 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() local
93 /*is_attr_used=*/false, /*is_artificial=*/is_artificial); in AddMethod()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h680 unsigned int is_artificial:1; member
933 #define TYPE_FN_FIELD_ARTIFICIAL(thisfn, n) ((thisfn)[n].is_artificial)
H A Ddwarf2read.c3615 fnp->is_artificial = 1; in dwarf2_add_member_fn()
H A DChangeLog-200214060 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp938 bool is_artificial = false; in ParseVariableForPDBData() local
976 is_artificial = true; in ParseVariableForPDBData()
984 if (!is_artificial && !pdb_data.isCompilerGenerated()) { in ParseVariableForPDBData()
1039 ranges, &decl, location, is_external, is_artificial, is_constant, in ParseVariableForPDBData()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h891 bool is_explicit, bool is_attr_used, bool is_artificial);
923 bool is_artificial, bool is_variadic, bool is_objc_direct_call);
H A DTypeSystemClang.cpp7682 bool is_explicit, bool is_attr_used, bool is_artificial) { in AddMethodToCXXRecordType() argument
7717 if (is_artificial) in AddMethodToCXXRecordType()
7732 cxx_dtor_decl->setImplicit(is_artificial); in AddMethodToCXXRecordType()
7744 cxx_ctor_decl->setImplicit(is_artificial); in AddMethodToCXXRecordType()
7846 if (is_artificial) { in AddMethodToCXXRecordType()
8159 bool is_artificial, bool is_variadic, bool is_objc_direct_call) { in AddMethodToObjCObjectType() argument
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2009 const bool is_artificial = false; in AddContextClassType() local
2014 is_explicit, is_attr_used, is_artificial); in AddContextClassType()