Home
last modified time | relevance | path

Searched defs:die (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.h35 : m_cu(cu), m_die(die) {} in DWARFBaseDIE() argument
38 : m_cu(const_cast<DWARFUnit *>(cu)), m_die(die) {} in DWARFBaseDIE() argument
41 : m_cu(cu), m_die(const_cast<DWARFDebugInfoEntry *>(die)) {} in DWARFBaseDIE() argument
32 DWARFBaseDIE(DWARFUnit * cu,DWARFDebugInfoEntry * die) DWARFBaseDIE() argument
63 Set(DWARFUnit * cu,DWARFDebugInfoEntry * die) Set() argument
[all...]
H A DDWARFIndex.cpp27 const Module::LookupInfo &lookup_info, DWARFDIE die, in ProcessFunctionDIE() argument
94 if (DWARFDIE die = m_dwarf.GetDIE(ref)) operator ()() local
116 __anona69fbcc50102(DWARFDIE die) GetFullyQualifiedType() argument
122 GetFullyQualifiedTypeImpl(const DWARFDeclContext & context,DWARFDIE die,llvm::function_ref<bool (DWARFDIE die)> callback) GetFullyQualifiedTypeImpl() argument
[all...]
H A DDWARFASTParserClang.cpp107 GetContainingClangModuleDIE(const DWARFDIE & die) GetContainingClangModuleDIE() argument
126 GetContainingClangModule(const DWARFDIE & die) GetContainingClangModule() argument
161 ParseTypeFromClangModule(const SymbolContext & sc,const DWARFDIE & die,Log * log) ParseTypeFromClangModule() argument
247 PrepareContextToReceiveMembers(TypeSystemClang & ast,ClangASTImporter & ast_importer,clang::DeclContext * decl_ctx,DWARFDIE die,const char * type_name_cstr) PrepareContextToReceiveMembers() argument
277 ParsedDWARFTypeAttributes(const DWARFDIE & die) ParsedDWARFTypeAttributes() argument
418 GetUnitName(const DWARFDIE & die) GetUnitName() argument
425 ParseTypeFromDWARF(const SymbolContext & sc,const DWARFDIE & die,bool * type_is_new_ptr) ParseTypeFromDWARF() argument
525 ExtractDataMemberLocation(DWARFDIE const & die,DWARFFormValue const & form_value,ModuleSP module_sp) ExtractDataMemberLocation() argument
555 GetPtrAuthMofidierPayload(const DWARFDIE & die) GetPtrAuthMofidierPayload() argument
590 ParseTypeModifier(const SymbolContext & sc,const DWARFDIE & die,ParsedDWARFTypeAttributes & attrs) ParseTypeModifier() argument
816 GetDIEClassTemplateParams(const DWARFDIE & die) GetDIEClassTemplateParams() argument
961 ParseObjCMethod(const ObjCLanguage::MethodName & objc_method,const DWARFDIE & die,CompilerType clang_type,const ParsedDWARFTypeAttributes & attrs,bool is_variadic) ParseObjCMethod() argument
1008 ParseCXXMethod(const DWARFDIE & die,CompilerType clang_type,const ParsedDWARFTypeAttributes & attrs,const DWARFDIE & decl_ctx_die,bool is_static,bool & ignore_containing_context) ParseCXXMethod() argument
1139 ParseSubroutine(const DWARFDIE & die,const ParsedDWARFTypeAttributes & attrs) ParseSubroutine() argument
1343 ParseArrayType(const DWARFDIE & die,const ParsedDWARFTypeAttributes & attrs) ParseArrayType() argument
1398 ParsePointerToMemberType(const DWARFDIE & die,const ParsedDWARFTypeAttributes & attrs) ParsePointerToMemberType() argument
1425 ParseInheritance(const DWARFDIE & die,const DWARFDIE & parent_die,const CompilerType class_clang_type,const AccessType default_accessibility,const lldb::ModuleSP & module_sp,std::vector<std::unique_ptr<clang::CXXBaseSpecifier>> & base_classes,ClangASTImporter::LayoutInfo & layout_info) ParseInheritance() argument
1524 UpdateSymbolContextScopeForType(const SymbolContext & sc,const DWARFDIE & die,TypeSP type_sp) UpdateSymbolContextScopeForType() argument
1550 GetCPlusPlusQualifiedName(const DWARFDIE & die) GetCPlusPlusQualifiedName() argument
1965 ParseTemplateDIE(const DWARFDIE & die,TypeSystemClang::TemplateParameterInfos & template_param_infos) ParseTemplateDIE() argument
2085 for (DWARFDIE die : parent_die.children()) { ParseTemplateParameterInfos() local
2105 CompleteRecordType(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteRecordType() argument
2142 for (const DWARFDIE &die : member_function_dies) CompleteRecordType() local
2194 for (const DWARFDIE &die : contained_type_dies) CompleteRecordType() local
2200 CompleteEnumType(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteEnumType() argument
2215 CompleteTypeFromDWARF(const DWARFDIE & die,lldb_private::Type * type,CompilerType & clang_type) CompleteTypeFromDWARF() argument
2269 GetDeclForUIDFromDWARF(const DWARFDIE & die) GetDeclForUIDFromDWARF() argument
2277 GetDeclContextForUIDFromDWARF(const DWARFDIE & die) GetDeclContextForUIDFromDWARF() argument
2285 GetDeclContextContainingUIDFromDWARF(const DWARFDIE & die) GetDeclContextContainingUIDFromDWARF() argument
2301 for (DWARFDIE die : parent_die.children()) { ParseChildEnumerators() local
2360 ConstructDemangledNameFromDWARF(const DWARFDIE & die) ConstructDemangledNameFromDWARF() argument
2394 ParseFunctionFromDWARF(CompileUnit & comp_unit,const DWARFDIE & die,const AddressRange & func_range) ParseFunctionFromDWARF() argument
2513 VariantMember(DWARFDIE & die,lldb::ModuleSP module_sp) VariantMember() argument
2554 DiscriminantValue(const DWARFDIE & die,ModuleSP module_sp) DiscriminantValue() argument
2577 VariantPart(const DWARFDIE & die,const DWARFDIE & parent_die,lldb::ModuleSP module_sp) VariantPart() argument
2593 MemberAttributes(const DWARFDIE & die,const DWARFDIE & parent_die,ModuleSP module_sp) MemberAttributes() argument
2661 PropertyAttributes(const DWARFDIE & die) PropertyAttributes() argument
2724 ParseObjCProperty(const DWARFDIE & die,const DWARFDIE & parent_die,const lldb_private::CompilerType & class_clang_type,DelayedPropertyList & delayed_properties) ParseObjCProperty() argument
2816 CreateStaticMemberVariable(const DWARFDIE & die,const MemberAttributes & attrs,const lldb_private::CompilerType & class_clang_type) CreateStaticMemberVariable() argument
2855 ParseSingleMember(const DWARFDIE & die,const DWARFDIE & parent_die,const lldb_private::CompilerType & class_clang_type,lldb::AccessType default_accessibility,lldb_private::ClangASTImporter::LayoutInfo & layout_info,FieldInfo & last_field_info) ParseSingleMember() argument
3100 for (DWARFDIE die : parent_die.children()) { ParseChildMembers() local
3154 for (DWARFDIE die : parent_die.children()) { ParseChildParameters() local
3266 GetClangDeclForDIE(const DWARFDIE & die) GetClangDeclForDIE() argument
3371 GetClangDeclContextForDIE(const DWARFDIE & die) GetClangDeclContextForDIE() argument
3419 GetOwningClangModule(const DWARFDIE & die) GetOwningClangModule() argument
3445 IsSubroutine(const DWARFDIE & die) IsSubroutine() argument
3455 GetContainingFunctionWithAbstractOrigin(const DWARFDIE & die) GetContainingFunctionWithAbstractOrigin() argument
3493 GetDeclContextForBlock(const DWARFDIE & die) GetDeclContextForBlock() argument
3507 ResolveBlockDIE(const DWARFDIE & die) ResolveBlockDIE() argument
3529 ResolveNamespaceDIE(const DWARFDIE & die) ResolveNamespaceDIE() argument
3557 ResolveImportedDeclarationDIE(const DWARFDIE & die) ResolveImportedDeclarationDIE() argument
3593 GetClangDeclContextContainingDIE(const DWARFDIE & die,DWARFDIE * decl_ctx_die_copy) GetClangDeclContextContainingDIE() argument
3611 GetCachedClangDeclContextForDIE(const DWARFDIE & die) GetCachedClangDeclContextForDIE() argument
3621 LinkDeclContextToDIE(clang::DeclContext * decl_ctx,const DWARFDIE & die) LinkDeclContextToDIE() argument
3642 __anoncc45d1870502(DWARFDIE die, UniqueCStringMap<DWARFDIE> &map, UniqueCStringMap<DWARFDIE> &map_artificial) CopyUniqueClassMethodTypes() argument
3813 ParseRustVariantPart(DWARFDIE & die,const DWARFDIE & parent_die,CompilerType & class_clang_type,const lldb::AccessType default_accesibility,ClangASTImporter::LayoutInfo & layout_info) ParseRustVariantPart() argument
[all...]
H A DSymbolFileDWARF.cpp340 void SymbolFileDWARF::GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset, in GetTypes() argument
451 DWARFDIE die; in GetParentSymbolContextDIE() local
896 ParseFunction(CompileUnit & comp_unit,const DWARFDIE & die) ParseFunction() argument
943 ConstructFunctionDemangledName(const DWARFDIE & die) ConstructFunctionDemangledName() argument
1033 DWARFDIE die(dwarf_cu, &entry); ParseFunctions() local
1176 const DWARFDIE die = dwarf_cu->DIE(); ParseImportedModules() local
1331 DWARFDIE die = orig_die; ParseBlocksRecursive() local
1450 for (DWARFDIE die : parent_die.children()) { ClassOrStructIsVirtual() local
1487 if (DWARFDIE die = GetDIE(type_uid)) GetDeclForUID() local
1500 if (DWARFDIE die = GetDIE(type_uid)) GetDeclContextForUID() local
1511 if (DWARFDIE die = GetDIE(type_uid)) GetDeclContextContainingUID() local
1522 if (DWARFDIE die = GetDIE(type_uid)) GetCompilerContextForUID() local
1551 ResolveTypeUID(const DWARFDIE & die,bool assert_not_being_parsed) ResolveTypeUID() argument
1657 ResolveType(const DWARFDIE & die,bool assert_not_being_parsed,bool resolve_function_context) ResolveType() argument
1701 GetFunction(const DWARFDIE & die,SymbolContext & sc) GetFunction() argument
1994 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); UpdateExternalModuleListIfNeeded() local
2375 __anona77ca9430a02(DWARFDIE die) FindGlobalVariables() argument
2447 __anona77ca9430b02(DWARFDIE die) FindGlobalVariables() argument
2476 DWARFDIE die = orig_die; ResolveFunction() local
2515 DIEInDeclContext(const CompilerDeclContext & decl_ctx,const DWARFDIE & die,bool only_root_namespaces) DIEInDeclContext() argument
2575 __anona77ca9430c02(DWARFDIE die) FindFunctions() argument
2592 __anona77ca9430d02(DWARFDIE die) FindFunctions() argument
2628 __anona77ca9430e02(DWARFDIE die) FindFunctions() argument
2652 DWARFDIE die = GetDIE(die_ref); GetMangledNamesForFunction() local
2718 __anona77ca9430f02(DWARFDIE die) FindTypes() argument
2776 __anona77ca9431002(DWARFDIE die) FindTypes() argument
2849 __anona77ca9431102(DWARFDIE die) FindNamespace() argument
2875 GetTypeForDIE(const DWARFDIE & die,bool resolve_function_context) GetTypeForDIE() argument
2911 DWARFDIE die = orig_die; GetDeclContextDIEContainingDIE() local
3007 FindCompleteObjCDefinitionTypeForDIE(const DWARFDIE & die,ConstString type_name,bool must_be_implementation) FindCompleteObjCDefinitionTypeForDIE() argument
3049 FindDefinitionDIE(const DWARFDIE & die) FindDefinitionDIE() argument
3157 ParseType(const SymbolContext & sc,const DWARFDIE & die,bool * type_is_new_ptr) ParseType() argument
3196 DWARFDIE die = orig_die; ParseTypes() local
3299 __anona77ca9431602(DWARFDIE die) ParseVariablesForContext() argument
3315 ParseVariableDIECached(const SymbolContext & sc,const DWARFDIE & die) ParseVariableDIECached() argument
3337 GetExprListFromAtLocation(DWARFFormValue form_value,ModuleSP module,const DWARFDIE & die,const addr_t func_low_pc) GetExprListFromAtLocation() argument
3368 GetExprListFromAtConstValue(DWARFFormValue form_value,ModuleSP module,const DWARFDIE & die) GetExprListFromAtConstValue() argument
3397 fixupExternalAddrZeroVariable(SymbolFileDWARFDebugMap & debug_map_symfile,llvm::StringRef name,DWARFExpressionList & expr_list,const DWARFDIE & die) fixupExternalAddrZeroVariable() argument
3421 ParseVariableDIE(const SymbolContext & sc,const DWARFDIE & die,const lldb::addr_t func_low_pc) ParseVariableDIE() argument
3700 FindBlockContainingSpecification(const DWARFDIE & die,dw_offset_t spec_block_die_offset) FindBlockContainingSpecification() argument
3733 ParseAndAppendGlobalVariable(const SymbolContext & sc,const DWARFDIE & die,VariableList & cc_variable_list) ParseAndAppendGlobalVariable() argument
3865 ParseVariablesInFunctionContext(const SymbolContext & sc,const DWARFDIE & die,const lldb::addr_t func_low_pc) ParseVariablesInFunctionContext() argument
3883 ParseVariablesInFunctionContextRecursive(const lldb_private::SymbolContext & sc,const DWARFDIE & die,lldb::addr_t func_low_pc,DIEArray & accumulator) ParseVariablesInFunctionContextRecursive() argument
3953 for (auto &die : variable_dies) { PopulateBlockVariableList() local
4216 if (const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly()) { GetSeparateDebugInfo() local
4349 GetDecl(const DWARFDIE & die) GetDecl() argument
4355 GetDeclContext(const DWARFDIE & die) GetDeclContext() argument
4362 GetContainingDeclContext(const DWARFDIE & die) GetContainingDeclContext() argument
4442 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); GetCompileOptions() local
[all...]
H A DDWARFUnit.cpp235 DWARFDebugInfoEntry die; ExtractDIEsRWLocked() local
639 CompareDIEOffset(const DWARFDebugInfoEntry & die,const dw_offset_t die_offset) CompareDIEOffset() argument
672 DWARFDebugInfoEntry die; PeekDIEName() local
749 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); ParseProducerInfo() local
798 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); GetDWARFLanguageType() local
808 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); GetIsOptimized() local
865 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); ComputeCompDirAndGuessPathStyle() local
887 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); ComputeAbsolutePath() local
910 const DWARFDebugInfoEntry *die = DIEPtr(); GetFunctionAranges() local
1081 for (const auto &die : m_die_array) { HasAny() local
[all...]
H A DDWARFDIE.cpp49 DWARFDIE die = m_worklist.back(); Next() local
82 elaborating_dies(const DWARFDIE & die) elaborating_dies() argument
370 GetDeclContextImpl(DWARFDIE die,llvm::SmallSet<lldb::user_id_t,4> & seen,std::vector<CompilerContext> & context) GetDeclContextImpl() argument
432 GetTypeLookupContextImpl(DWARFDIE die,llvm::SmallSet<lldb::user_id_t,4> & seen,std::vector<CompilerContext> & context) GetTypeLookupContextImpl() argument
504 GetDWARFDeclContextImpl(DWARFDIE die) GetDWARFDeclContextImpl() argument
523 GetParentDeclContextDIEImpl(DWARFDIE die) GetParentDeclContextDIEImpl() argument
[all...]
H A DDebugNamesDWARFIndex.cpp144 if (DWARFDIE die = unit->GetDIE(unit->GetOffset() + *die_offset)) in GetDIE() local
157 DWARFDIE die = GetDIE(entry); in ProcessEntry() local
269 DWARFDIE die = GetDIE(entry); GetCompleteObjCClass() local
288 for (DWARFDIE die : incomplete_types) GetCompleteObjCClass() local
363 __anon844f7c800302(DWARFDIE die) GetFullyQualifiedType() argument
458 if (DWARFDIE die = GetDIE(entry)) { GetFunctions() local
460 __anon844f7c800502(DWARFDIE die) GetFunctions() argument
[all...]
H A DDWARFASTParser.cpp31 for (DWARFDIE die : parent_die.children()) { in ParseChildArrayInfo() local
104 Type *DWARFASTParser::GetTypeForDIE(const DWARFDIE &die) { in GetTypeForDIE() argument
H A DUniqueDWARFASTType.h26 UniqueDWARFASTType(lldb::TypeSP & type_sp,const DWARFDIE & die,const Declaration & decl,int32_t byte_size) UniqueDWARFASTType() argument
83 Find(ConstString name,const DWARFDIE & die,const Declaration & decl,const int32_t byte_size,UniqueDWARFASTType & entry) Find() argument
H A DUniqueDWARFASTType.cpp16 Find(const DWARFDIE & die,const lldb_private::Declaration & decl,const int32_t byte_size,UniqueDWARFASTType & entry) const Find() argument
H A DSymbolFileDWARFDwo.cpp128 FindDefinitionDIE(const DWARFDIE & die) FindDefinitionDIE() argument
133 FindCompleteObjCDefinitionTypeForDIE(const DWARFDIE & die,lldb_private::ConstString type_name,bool must_be_implementation) FindCompleteObjCDefinitionTypeForDIE() argument
H A DDWARFDebugInfoEntry.cpp87 GetRangesOrReportError(DWARFUnit & unit,const DWARFDebugInfoEntry & die,const DWARFFormValue & value) GetRangesOrReportError() argument
279 for (const DWARFDIE &die : dies) { GetDIENamesAndRanges() local
385 DWARFDIE die = form_value.Reference(); GetAttributeValue() local
395 DWARFDIE die = form_value.Reference(); GetAttributeValue() local
H A DDWARFCompileUnit.cpp40 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); BuildAddressRangeTable() local
/llvm-project/flang/test/Semantics/
H A Dcommon.sh7 function die { function
H A Dcommon.py29 def die(file=None): function
/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dutilities_fuchsia.cpp15 void die(const char *Message) { die() function
H A Dutilities_posix.cpp20 void die(const char *Message) { die() function
/llvm-project/clang/test/CodeGenObjC/
H A Dexceptions-nonfragile.m18 void die(void) __attribute__((nothrow, noreturn)); function
/llvm-project/flang/lib/Common/
H A Didioms.cpp16 [[noreturn]] void die(const char *msg, ...) { in die() function
/llvm-project/polly/lib/External/isl/
H A Disl_test_cpp17-checked.cc21 #define die(msg) die_impl(__FILE__, __LINE__, msg) macro
H A Disl_test_cpp17.cc18 #define die(msg) die_impl(__FILE__, __LINE__, msg) macro
/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Dguard-page.c18 static void die(const char* msg, int err) { in die() function
/llvm-project/lld/Common/
H A DDWARF.cpp36 DWARFDie die(cu.get(), &entry); in DWARFCache() local
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DDWARFDebugNamesIndexTest.cpp29 index.GetFullyQualifiedType(ctx, [&](DWARFDIE die) { in check_num_matches()
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dbreakpoint.py98 def die(self): member in Breakpoint

12