/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | Symbol.h | 28 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 D | Symbol.cpp | 36 bool is_artificial, const lldb::SectionSP §ion_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 D | DWARFASTParserClang.cpp | 286 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 D | DWARFASTParserClang.h | 298 bool is_artificial = false; member
|
H A D | SymbolFileDWARF.cpp | 3306 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 D | UdtRecordCompleter.cpp | 108 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() local 113 is_artificial); in AddMethod()
|
H A D | PdbAstBuilder.cpp | 86 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 D | gdbtypes.h | 680 unsigned int is_artificial:1; member 933 #define TYPE_FN_FIELD_ARTIFICIAL(thisfn, n) ((thisfn)[n].is_artificial)
|
H A D | dwarf2read.c | 3615 fnp->is_artificial = 1; in dwarf2_add_member_fn()
|
H A D | ChangeLog-2002 | 14060 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 938 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 D | TypeSystemClang.h | 891 bool is_explicit, bool is_attr_used, bool is_artificial); 923 bool is_artificial, bool is_variadic, bool is_objc_direct_call);
|
H A D | TypeSystemClang.cpp | 7682 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 D | ClangExpressionDeclMap.cpp | 2009 const bool is_artificial = false; in AddContextClassType() local 2014 is_explicit, is_attr_used, is_artificial); in AddContextClassType()
|