Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.h29 DWARFBaseDIE(DWARFUnit *cu, DWARFDebugInfoEntry *die) in DWARFBaseDIE()
32 DWARFBaseDIE(const DWARFUnit *cu, DWARFDebugInfoEntry *die) in DWARFBaseDIE()
35 DWARFBaseDIE(DWARFUnit *cu, const DWARFDebugInfoEntry *die) in DWARFBaseDIE()
38 DWARFBaseDIE(const DWARFUnit *cu, const DWARFDebugInfoEntry *die) in DWARFBaseDIE()
60 void Set(DWARFUnit *cu, DWARFDebugInfoEntry *die) { in Set()
H A DDWARFASTParserClang.cpp419 static std::string GetUnitName(const DWARFDIE &die) { in GetUnitName()
1358 const DWARFDIE &die, const DWARFDIE &parent_die, in ParseInheritance()
1911 const DWARFDIE &die, in ParseTemplateDIE()
2025 for (DWARFDIE die : parent_die.children()) { in ParseTemplateParameterInfos() local
2078 for (const DWARFDIE &die : member_function_dies) in CompleteRecordType() local
2223 for (DWARFDIE die : parent_die.children()) { in ParseChildEnumerators() local
2559 const DWARFDIE &die, const DWARFDIE &parent_die, in ParseObjCProperty()
2647 const DWARFDIE &die, const DWARFDIE &parent_die, in ParseSingleMember()
2931 for (DWARFDIE die : parent_die.children()) { in ParseChildMembers() local
2972 for (DWARFDIE die : parent_die.children()) { in ParseChildParameters() local
[all …]
H A DDWARFIndex.cpp25 DWARFDIE die = dwarf.GetDIE(ref); in ProcessFunctionDIE() local
76 if (DWARFDIE die = m_dwarf.GetDIE(ref)) in operator ()() local
H A DSymbolFileDWARF.cpp391 DWARFDIE die; in GetParentSymbolContextDIE() local
930 DWARFDIE die(dwarf_cu, &entry); in ParseFunctions() local
1227 DWARFDIE die = orig_die; in ParseBlocksRecursive() local
1435 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclForUID() local
1448 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclContextForUID() local
1459 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclContextContainingUID() local
2258 DWARFDIE die = orig_die; in ResolveFunction() local
2410 DWARFDIE die = GetDIE(die_ref); in GetMangledNamesForFunction() local
2615 DWARFDIE die = orig_die; in GetDeclContextDIEContainingDIE() local
3009 DWARFDIE die = orig_die; in ParseTypes() local
[all …]
H A DUniqueDWARFASTType.h24 UniqueDWARFASTType(lldb::TypeSP &type_sp, const DWARFDIE &die, in UniqueDWARFASTType()
82 bool Find(lldb_private::ConstString name, const DWARFDIE &die, in Find()
H A DDWARFUnit.cpp209 DWARFDebugInfoEntry die; in ExtractDIEsRWLocked() local
609 static bool CompareDIEOffset(const DWARFDebugInfoEntry &die, in CompareDIEOffset()
679 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); in ParseProducerInfo() local
728 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); in GetDWARFLanguageType() local
738 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); in GetIsOptimized() local
795 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); in ComputeCompDirAndGuessPathStyle() local
817 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); in ComputeAbsolutePath() local
839 const DWARFDebugInfoEntry *die = DIEPtr(); in GetFunctionAranges() local
H A DDWARFDebugInfoEntry.cpp208 const DWARFDebugInfoEntry &die, in GetRangesOrReportError()
392 for (const DWARFDIE &die : dies) { in GetDIENamesAndRanges() local
498 DWARFDIE die = form_value.Reference(); in GetAttributeValue() local
508 DWARFDIE die = form_value.Reference(); in GetAttributeValue() local
716 DWARFDebugInfoEntry::GetDWARFDeclContextStatic(const DWARFDebugInfoEntry *die, in GetDWARFDeclContextStatic()
749 DWARFDIE die(cu, const_cast<DWARFDebugInfoEntry *>(this)); in GetParentDeclContextDIE() local
H A DUniqueDWARFASTType.cpp15 bool UniqueDWARFASTTypeList::Find(const DWARFDIE &die, in Find()
H A DDebugNamesDWARFIndex.cpp70 DWARFDIE die = dwarf.GetDIE(*ref); in ProcessEntry() local
178 DWARFDIE die = m_debug_info.GetDIE(*ref); in GetCompleteObjCClass() local
254 name_type_mask, [&](DWARFDIE die) { in GetFunctions()
H A DDWARFASTParser.cpp28 for (DWARFDIE die : parent_die.children()) { in ParseChildArrayInfo() local
H A DDWARFCompileUnit.cpp37 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); in BuildAddressRangeTable() local
H A DDWARFDIE.cpp42 DWARFDIE die = m_worklist.back(); in Next() local
84 elaborating_dies(const DWARFDIE &die) { in elaborating_dies()
H A DSymbolFileDWARFDwo.cpp114 const DWARFDIE &die, lldb_private::ConstString type_name, in FindCompleteObjCDefinitionTypeForDIE()
H A DManualDWARFIndex.cpp170 for (const DWARFDebugInfoEntry &die : unit.dies()) { in IndexUnitImpl() local
422 [&](DWARFDIE die) { in GetFunctions()
434 [&](DWARFDIE die) { in GetFunctions()
/llvm-project-15.0.7/flang/test/Semantics/
H A Dcommon.sh7 function die { function
H A Dcommon.py25 def die(file=None): function
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/platform_specific/
H A Dutilities_posix.cpp20 void die(const char *Message) { in die() function
H A Dutilities_fuchsia.cpp15 void die(const char *Message) { in die() function
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dexceptions-nonfragile.m20 void die(void) __attribute__((nothrow, noreturn)); function
/llvm-project-15.0.7/flang/lib/Common/
H A Didioms.cpp16 [[noreturn]] void die(const char *msg, ...) { in die() function
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/
H A Dguard-page.c18 static void die(const char* msg, int err) { in die() function
/llvm-project-15.0.7/lld/Common/
H A DDWARF.cpp36 DWARFDie die(cu.get(), &entry); in DWARFCache() local
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dbreakpoint.py86 def die(self): member in Breakpoint
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp31 void NORETURN die() { abort(); } in die() function
/llvm-project-15.0.7/llvm/utils/git/
H A Dpre-push.py62 def die(msg): function

12