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

/external/lldb/include/lldb/Symbol/
H A DSymbol.h37 bool is_artificial,
51 bool is_artificial,
H A DClangASTType.h477 bool is_artificial);
510 bool is_artificial);
/external/lldb/source/Symbol/
H A DSymbol.cpp54 bool is_artificial,
65 m_is_synthetic (is_artificial),
88 bool is_artificial,
97 m_is_synthetic (is_artificial),
45 Symbol( uint32_t symID, const char *name, bool name_is_mangled, 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, uint32_t flags ) argument
79 Symbol( uint32_t symID, const char *name, bool name_is_mangled, SymbolType type, bool external, bool is_debug, bool is_trampoline, bool is_artificial, const AddressRange &range, bool size_is_valid, uint32_t flags ) argument
H A DClangASTType.cpp4545 bool is_artificial)
4578 if (is_artificial)
4590 is_artificial);
4603 is_artificial,
4703 if (is_artificial)
4998 bool is_artificial)
4537 AddMethodToCXXRecordType(const char *name, const ClangASTType &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
4995 AddMethodToObjCObjectType(const char *name, const ClangASTType &method_clang_type, lldb::AccessType access, bool is_artificial) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1735 bool is_artificial = false; local
1744 for (i=0; i<num_attributes && !is_artificial; ++i)
1793 case DW_AT_artificial: is_artificial = form_value.Boolean(); break;
1876 if (member_idx == 0 && !is_artificial && name && (strstr (name, "_vptr$") == name))
1884 is_artificial = true;
1903 if (is_artificial == false)
4172 bool is_artificial = false; local
4190 case DW_AT_artificial: is_artificial = form_value.Boolean(); break;
4220 if (is_artificial)
6366 bool is_artificial local
7250 bool is_artificial = false; local
[all...]
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1922 const bool is_artificial = false; local
1932 is_artificial);

Completed in 541 milliseconds