/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 31 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { in getDIEStringAttr() 99 const DIE &Die = **I; in addParentContext() local 116 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes() 340 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() 346 void DIEHash::hashNestedType(const DIE &Die, StringRef Name) { in hashNestedType() 361 void DIEHash::computeHash(const DIE &Die) { in computeHash() 392 uint64_t DIEHash::computeCUSignature(StringRef DWOName, const DIE &Die) { in computeCUSignature() 415 uint64_t DIEHash::computeTypeSignature(const DIE &Die) { in computeTypeSignature()
|
H A D | DwarfUnit.cpp | 220 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag() 227 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() 241 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() 248 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() 253 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() 286 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute, in addLabel() 291 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() 295 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset() 313 void DwarfUnit::addPoolOpAddress(DIEValueList &Die, const MCSymbol *Label) { in addPoolOpAddress() 338 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) { in addOpAddress() [all …]
|
H A D | DwarfCompileUnit.cpp | 68 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress() 108 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die, in addLocalLabelAddress() 138 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE() local 593 DIE &Die, SmallVector<RangeSpan, 2> Ranges) { in attachRangesOrLowHighPC() 608 DIE &Die, const SmallVectorImpl<InsnRange> &Ranges) { in attachRangesOrLowHighPC() 1288 auto *Die = Entity->getDIE(); in finishEntityDefinition() local 1365 void DwarfCompileUnit::addGlobalName(StringRef Name, const DIE &Die, in addGlobalName() 1386 void DwarfCompileUnit::addGlobalType(const DIType *Ty, const DIE &Die, in addGlobalType() 1406 void DwarfCompileUnit::addVariableAddress(const DbgVariable &DV, DIE &Die, in addVariableAddress() 1415 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress() [all …]
|
H A D | DwarfFile.cpp | 94 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset()
|
H A D | DwarfUnit.h | 81 void addAttribute(DIEValueList &Die, dwarf::Attribute Attribute, in addAttribute()
|
H A D | DwarfDebug.cpp | 504 const DISubprogram *SP, DIE &Die) { in addSubprogramNames() 1027 DIE &Die = NewCU.getUnitDie(); in finishUnitAttributes() local 1265 DIE *Die = Entity->getDIE(); in finishEntityDefinitions() local 2299 const DIE *Die) { in computeIndexValue() 3196 void DwarfDebug::initSkeletonUnit(const DwarfUnit &U, DIE &Die, in initSkeletonUnit() 3400 const DIE &Die) { in addAccelNameImpl() 3426 const DIE &Die) { in addAccelName() 3431 const DIE &Die) { in addAccelObjC() 3438 const DIE &Die) { in addAccelNamespace() 3443 const DIE &Die, char Flags) { in addAccelType()
|
H A D | DwarfFile.h | 173 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp | 83 void CompileUnit::noteForwardReference(DIE *Die, const CompileUnit *RefUnit, in noteForwardReference() 117 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute() 128 void CompileUnit::addNamespaceAccelerator(const DIE *Die, in addNamespaceAccelerator() 133 void CompileUnit::addObjCAccelerator(const DIE *Die, in addObjCAccelerator() 139 void CompileUnit::addNameAccelerator(const DIE *Die, in addNameAccelerator() 145 void CompileUnit::addTypeAccelerator(const DIE *Die, in addTypeAccelerator()
|
H A D | DWARFLinker.cpp | 169 bool DWARFLinker::DIECloner::getDIENames(const DWARFDie &Die, in getDIENames() 256 DWARFDie Die; member 277 static bool updatePruning(const DWARFDie &Die, CompileUnit &CU, in updatePruning() 299 static void updateChildPruning(const DWARFDie &Die, CompileUnit &CU, in updateChildPruning() 547 static void updateChildIncompleteness(const DWARFDie &Die, CompileUnit &CU, in updateChildIncompleteness() 566 static void updateRefIncompleteness(const DWARFDie &Die, CompileUnit &CU, in updateRefIncompleteness() 591 const DWARFDie &Die, CompileUnit &CU, unsigned Flags, in lookForChildDIEsToKeep() 621 const DWARFDie &Die, CompileUnit &CU, unsigned Flags, in lookForRefDIEsToKeep() 730 const DWARFDie &Die, const DWARFFile &File, in lookForDIEsToKeep() 846 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneStringAttribute() [all …]
|
H A D | DWARFLinkerDeclContext.cpp | 30 bool DeclContext::setLastSeenDIE(CompileUnit &U, const DWARFDie &Die) { in setLastSeenDIE()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 40 DWARFDie Die = CU->getUnitDIE(); in CUInfo() local 85 static DWARFDie GetParentDeclContextDIE(DWARFDie &Die) { in GetParentDeclContextDIE() 130 static Optional<uint32_t> getQualifiedNameIndex(DWARFDie &Die, in getQualifiedNameIndex() 186 static bool hasInlineInfo(DWARFDie Die, uint32_t Depth) { in hasInlineInfo() 207 static void parseInlineInfo(GsymCreator &Gsym, CUInfo &CUI, DWARFDie Die, in parseInlineInfo() 250 DWARFDie Die, GsymCreator &Gsym, in convertFunctionLineTable() 351 void DwarfTransformer::handleDie(raw_ostream &OS, CUInfo &CUI, DWARFDie Die) { in handleDie() 431 DWARFDie Die = CU->getUnitDIE(false); in convert() local 456 DWARFDie Die = CU->getUnitDIE(false /*CUDieOnly*/); in convert() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDie.h | 45 const DWARFDebugInfoEntry *Die = nullptr; variable 304 DWARFDie Die; variable 356 DWARFDie Die; variable
|
H A D | DWARFVerifier.h | 37 DWARFDie Die; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 165 auto Die = Unit.getDIEAtIndex(I); in verifyUnitContents() local 187 DWARFDie Die = Unit.getUnitDIE(/* ExtractUnitDIEOnly = */ false); in verifyUnitContents() local 222 unsigned DWARFVerifier::verifyDebugInfoCallSite(const DWARFDie &Die) { in verifyDebugInfoCallSite() 371 unsigned DWARFVerifier::verifyDieRanges(const DWARFDie &Die, in verifyDieRanges() 464 unsigned DWARFVerifier::verifyDebugInfoAttribute(const DWARFDie &Die, in verifyDebugInfoAttribute() 589 unsigned DWARFVerifier::verifyDebugInfoForm(const DWARFDie &Die, in verifyDebugInfoForm() 719 auto Die = CU->getUnitDIE(); in verifyDebugLineStmtOffsets() local 761 auto Die = CU->getUnitDIE(); in verifyDebugLineRows() local 939 auto Die = DCtx.getDIEForOffset(Offset); in verifyAppleAccelTable() local 1339 static bool isVariableIndexable(const DWARFDie &Die, DWARFContext &DCtx) { in isVariableIndexable() [all …]
|
H A D | DWARFUnit.cpp | 636 void DWARFUnit::updateAddressDieMap(DWARFDie Die) { in updateAddressDieMap() 711 DWARFDie DWARFUnit::getParent(const DWARFDebugInfoEntry *Die) { in getParent() 730 DWARFDie DWARFUnit::getSibling(const DWARFDebugInfoEntry *Die) { in getSibling() 750 DWARFDie DWARFUnit::getPreviousSibling(const DWARFDebugInfoEntry *Die) { in getPreviousSibling() 769 DWARFDie DWARFUnit::getFirstChild(const DWARFDebugInfoEntry *Die) { in getFirstChild() 780 DWARFDie DWARFUnit::getLastChild(const DWARFDebugInfoEntry *Die) { in getLastChild()
|
H A D | DWARFExpression.cpp | 213 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in prettyPrintBaseTypeRef() local 371 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in verify() local
|
H A D | DWARFDie.cpp | 232 static void dumpAttribute(raw_ostream &OS, const DWARFDie &Die, in dumpAttribute() 381 DWARFDie Die = Worklist.pop_back_val(); in findRecursively() local 593 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, in dumpParentChain()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 323 static bool filterByName(const StringSet<> &Names, DWARFDie Die, in filterByName() 356 DWARFDie Die = {CU.get(), &Entry}; in filterByName() local 369 if (DWARFDie Die = DICtx.getDIEForOffset(*Off)) in getDies() local 399 if (DWARFDie Die = toDie(Entry, DICtx)) in getDies() local 418 for (DWARFDie Die : Dies) in filterByAccelName() local
|
H A D | Statistics.cpp | 186 static std::string constructDieID(DWARFDie Die, in constructDieID() 223 static void collectStatsForDie(DWARFDie Die, const std::string &FnPrefix, in collectStatsForDie() 428 DWARFDie Die, uint64_t SPOffset, in collectAbstractOriginFnInfo() 444 DWARFDie Die, std::string FnPrefix, std::string VarPrefix, in collectStatsRecursive()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_termination.cc | 49 void NORETURN Die() { in Die() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_termination.cc | 51 void NORETURN Die() { in Die() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_termination.cpp | 50 void NORETURN Die() { in Die() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 255 DWARF5AccelTableData(const DIE &Die) : Die(Die) {} in DWARF5AccelTableData() 337 const DIE &Die; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h | 123 DIEInfo &getInfo(const DWARFDie &Die) { in getInfo() 213 const DIE *Die; member
|
H A D | DWARFLinker.h | 370 DWARFDie Die; member 381 : Die(Die), Type(T), CU(CU), Flags(Flags), AncestorIdx(0) {} in Die() function 385 : Die(Die), Type(T), CU(CU), Flags(0), OtherInfo(OtherInfo) {} in Die() function
|