| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFBaseDIE.h | 29 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 D | DWARFASTParserClang.cpp | 419 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 D | DWARFIndex.cpp | 25 DWARFDIE die = dwarf.GetDIE(ref); in ProcessFunctionDIE() local 76 if (DWARFDIE die = m_dwarf.GetDIE(ref)) in operator ()() local
|
| H A D | SymbolFileDWARF.cpp | 391 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 D | UniqueDWARFASTType.h | 24 UniqueDWARFASTType(lldb::TypeSP &type_sp, const DWARFDIE &die, in UniqueDWARFASTType() 82 bool Find(lldb_private::ConstString name, const DWARFDIE &die, in Find()
|
| H A D | DWARFUnit.cpp | 209 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 D | DWARFDebugInfoEntry.cpp | 208 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 D | UniqueDWARFASTType.cpp | 15 bool UniqueDWARFASTTypeList::Find(const DWARFDIE &die, in Find()
|
| H A D | DebugNamesDWARFIndex.cpp | 70 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 D | DWARFASTParser.cpp | 28 for (DWARFDIE die : parent_die.children()) { in ParseChildArrayInfo() local
|
| H A D | DWARFCompileUnit.cpp | 37 const DWARFDebugInfoEntry *die = GetUnitDIEPtrOnly(); in BuildAddressRangeTable() local
|
| H A D | DWARFDIE.cpp | 42 DWARFDIE die = m_worklist.back(); in Next() local 84 elaborating_dies(const DWARFDIE &die) { in elaborating_dies()
|
| H A D | SymbolFileDWARFDwo.cpp | 114 const DWARFDIE &die, lldb_private::ConstString type_name, in FindCompleteObjCDefinitionTypeForDIE()
|
| H A D | ManualDWARFIndex.cpp | 170 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 D | common.sh | 7 function die { function
|
| H A D | common.py | 25 def die(file=None): function
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | utilities_posix.cpp | 20 void die(const char *Message) { in die() function
|
| H A D | utilities_fuchsia.cpp | 15 void die(const char *Message) { in die() function
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | exceptions-nonfragile.m | 20 void die(void) __attribute__((nothrow, noreturn)); function
|
| /llvm-project-15.0.7/flang/lib/Common/ |
| H A D | idioms.cpp | 16 [[noreturn]] void die(const char *msg, ...) { in die() function
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/ |
| H A D | guard-page.c | 18 static void die(const char* msg, int err) { in die() function
|
| /llvm-project-15.0.7/lld/Common/ |
| H A D | DWARF.cpp | 36 DWARFDie die(cu.get(), &entry); in DWARFCache() local
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
| H A D | breakpoint.py | 86 def die(self): member in Breakpoint
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | trusty.cpp | 31 void NORETURN die() { abort(); } in die() function
|
| /llvm-project-15.0.7/llvm/utils/git/ |
| H A D | pre-push.py | 62 def die(msg): function
|