Searched refs:is_artificial (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/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,
H A DClangASTContext.h779 bool is_explicit, bool is_attr_used, bool is_artificial);
811 bool is_artificial, bool is_variadic, bool is_objc_direct_call);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp35 bool is_debug, bool is_trampoline, bool is_artificial,
40 m_type_data_resolved(false), m_is_synthetic(is_artificial),
51 bool is_artificial, const AddressRange &range,
55 m_type_data_resolved(false), m_is_synthetic(is_artificial),
34 Symbol(uint32_t symID, llvm::StringRef name, SymbolType type, bool external, bool is_debug, bool is_trampoline, bool is_artificial, const lldb::SectionSP &section_sp, addr_t offset, addr_t size, bool size_is_valid, bool contains_linker_annotations, uint32_t flags) argument
49 Symbol(uint32_t symID, const Mangled &mangled, SymbolType type, bool external, bool is_debug, bool is_trampoline, bool is_artificial, const AddressRange &range, bool size_is_valid, bool contains_linker_annotations, uint32_t flags) argument
H A DClangASTContext.cpp7124 bool is_explicit, bool is_attr_used, bool is_artificial) {
7159 if (is_artificial)
7173 method_qual_type, nullptr, is_inline, is_artificial,
7185 explicit_spec, is_inline, is_artificial, CSK_unspecified);
7272 if (is_artificial) {
7570 bool is_artificial, bool is_variadic, bool is_objc_direct_call) {
7120 AddMethodToCXXRecordType( lldb::opaque_compiler_type_t type, llvm::StringRef name, const char *mangled_name, const CompilerType &method_clang_type, lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline, bool is_explicit, bool is_attr_used, bool is_artificial) argument
7564 AddMethodToObjCObjectType( const CompilerType &type, const char *name, const CompilerType &method_clang_type, lldb::AccessType access, bool is_artificial, bool is_variadic, bool is_objc_direct_call) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp80 bool is_artificial = (options & MethodOptions::CompilerGenerated) == local
85 attrs.isStatic(), false, false, false, is_artificial);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h226 bool is_artificial = false; member in struct:ParsedDWARFTypeAttributes
H A DDWARFASTParserClang.cpp274 is_artificial = form_value.Boolean();
937 attrs.accessibility, attrs.is_artificial, is_variadic,
1088 is_attr_used, attrs.is_artificial);
1093 type_handled |= attrs.is_artificial;
2411 bool is_artificial = false; local
2423 for (i = 0; i < num_attributes && !is_artificial; ++i) {
2483 is_artificial = form_value.Boolean();
2581 if (!is_artificial) {
3000 bool is_artificial = false; local
3017 is_artificial
[all...]
H A DSymbolFileDWARF.cpp3241 bool is_artificial = false; local
3370 is_artificial = form_value.Boolean();
3578 scope_ranges, &decl, location, is_external, is_artificial,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp923 bool is_artificial = false; local
961 is_artificial = true;
969 if (!is_artificial && !pdb_data.isCompilerGenerated()) {
1021 ranges, &decl, location, is_external, is_artificial, is_static_member);
1410 false, // is_artificial
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbtypes.h656 unsigned int is_artificial:1; member in struct:cplus_struct_type::fn_fieldlist::fn_field
909 #define TYPE_FN_FIELD_ARTIFICIAL(thisfn, n) ((thisfn)[n].is_artificial)
H A Ddwarf2read.c2935 fnp->is_artificial = 1;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1971 const bool is_artificial = false; local
1976 is_explicit, is_attr_used, is_artificial);

Completed in 243 milliseconds