Home
last modified time | relevance | path

Searched defs:is_artificial (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp35 bool is_debug, bool is_trampoline, bool is_artificial, in Symbol()
51 bool is_artificial, const AddressRange &range, in Symbol()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h229 bool is_artificial = false; member
DDWARFASTParserClang.cpp2370 bool is_artificial = false; in ParseSingleMember() local
2939 bool is_artificial = false; in ParseChildParameters() local
DSymbolFileDWARF.cpp3119 bool is_artificial = false; in ParseVariableDIE() local
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp638 bool is_artificial = false; in TEST_F() local
670 bool is_artificial = false; in TEST_F() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp83 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() local
/external/libabigail/src/
Dabg-reader.cc2501 read_is_artificial(xmlNodePtr node, bool& is_artificial) in read_is_artificial()
3007 bool is_artificial = false; in build_function_parameter() local
4171 bool is_artificial = false; in build_enum_type_decl() local
4395 bool is_artificial = false; in build_class_decl() local
4815 bool is_artificial = false; in build_union_decl() local
Dabg-dwarf-reader.cc6764 bool is_artificial; in die_is_artificial() local
11634 bool is_artificial = die_is_artificial(die); in build_enum_type() local
11729 bool is_artificial = first_parm && first_parm->get_is_artificial(); in finish_member_function_reading() local
12177 bool is_artificial = die_is_artificial(die); in add_or_update_class_type() local
12545 bool is_artificial = die_is_artificial(die); in add_or_update_union_type() local
13220 bool is_artificial = die_is_artificial(&child); in build_function_type() local
13239 bool is_artificial = die_is_artificial(&child); in build_function_type() local
Dabg-ir.cc18419 bool is_artificial) in parameter()
18433 bool is_artificial) in parameter()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1920 const bool is_artificial = false; in AddContextClassType() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp923 bool is_artificial = false; in ParseVariableForPDBData() local
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7385 bool is_explicit, bool is_attr_used, bool is_artificial) { in AddMethodToCXXRecordType()
7856 bool is_artificial, bool is_variadic, bool is_objc_direct_call) { in AddMethodToObjCObjectType()