/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 32 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { in getDIEStringAttr() 100 const DIE &Die = **I; in addParentContext() local 117 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes() 331 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() 337 void DIEHash::hashNestedType(const DIE &Die, StringRef Name) { in hashNestedType() 352 void DIEHash::computeHash(const DIE &Die) { in computeHash() 383 uint64_t DIEHash::computeCUSignature(StringRef DWOName, const DIE &Die) { in computeCUSignature() 406 uint64_t DIEHash::computeTypeSignature(const DIE &Die) { in computeTypeSignature()
|
D | DwarfUnit.cpp | 223 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag() 232 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() 246 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() 253 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() 258 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() 292 DIEValueList::value_iterator DwarfUnit::addLabel(DIEValueList &Die, in addLabel() 299 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() 303 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset() 342 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) { in addOpAddress() 360 void DwarfUnit::addLabelDelta(DIE &Die, dwarf::Attribute Attribute, in addLabelDelta() [all …]
|
D | DwarfCompileUnit.cpp | 78 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress() 94 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die, in addLocalLabelAddress() 125 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE() local 511 DIE &Die, SmallVector<RangeSpan, 2> Ranges) { in attachRangesOrLowHighPC() 521 DIE &Die, const SmallVectorImpl<InsnRange> &Ranges) { in attachRangesOrLowHighPC() 1063 auto *Die = Entity->getDIE(); in finishEntityDefinition() local 1140 void DwarfCompileUnit::addGlobalName(StringRef Name, const DIE &Die, in addGlobalName() 1161 void DwarfCompileUnit::addGlobalType(const DIType *Ty, const DIE &Die, in addGlobalType() 1181 void DwarfCompileUnit::addVariableAddress(const DbgVariable &DV, DIE &Die, in addVariableAddress() 1190 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress() [all …]
|
D | DwarfDebug.cpp | 457 const DISubprogram *SP, DIE &Die) { in addSubprogramNames() 817 DIE &Die = NewCU.getUnitDie(); in finishUnitAttributes() local 1060 DIE *Die = Entity->getDIE(); in finishEntityDefinitions() local 2033 const DIE *Die) { in computeIndexValue() 2817 void DwarfDebug::initSkeletonUnit(const DwarfUnit &U, DIE &Die, in initSkeletonUnit() 3022 const DIE &Die) { in addAccelNameImpl() 3048 const DIE &Die) { in addAccelName() 3053 const DIE &Die) { in addAccelObjC() 3060 const DIE &Die) { in addAccelNamespace() 3065 const DIE &Die, char Flags) { in addAccelType()
|
D | DwarfFile.cpp | 92 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset()
|
D | DwarfFile.h | 172 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE()
|
D | DwarfCompileUnit.h | 137 DIE *Die = nullptr; member
|
D | DwarfDebug.h | 752 DwarfCompileUnit *lookupCU(const DIE *Die) { return CUDieMap.lookup(Die); } in lookupCU() 753 const DwarfCompileUnit *lookupCU(const DIE *Die) const { in lookupCU()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 75 void CompileUnit::noteForwardReference(DIE *Die, const CompileUnit *RefUnit, in noteForwardReference() 109 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute() 120 void CompileUnit::addNamespaceAccelerator(const DIE *Die, in addNamespaceAccelerator() 125 void CompileUnit::addObjCAccelerator(const DIE *Die, in addObjCAccelerator() 131 void CompileUnit::addNameAccelerator(const DIE *Die, in addNameAccelerator() 137 void CompileUnit::addTypeAccelerator(const DIE *Die, in addTypeAccelerator()
|
D | DWARFLinkerDeclContext.cpp | 30 bool DeclContext::setLastSeenDIE(CompileUnit &U, const DWARFDie &Die) { in setLastSeenDIE()
|
/third_party/protobuf/conformance/ |
D | conformance_objc.m | 37 static void Die(NSString *format, ...) __dead2; function 42 static void Die(NSString *format, ...) { function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDie.h | 45 const DWARFDebugInfoEntry *Die = nullptr; variable 291 DWARFDie Die; variable 343 DWARFDie Die; variable
|
D | DWARFVerifier.h | 39 DWARFDie Die; member
|
D | DWARFUnit.h | 241 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) { in getDIEIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 165 auto Die = Unit.getDIEAtIndex(I); in verifyUnitContents() local 178 DWARFDie Die = Unit.getUnitDIE(/* ExtractUnitDIEOnly = */ false); in verifyUnitContents() local 213 unsigned DWARFVerifier::verifyDebugInfoCallSite(const DWARFDie &Die) { in verifyDebugInfoCallSite() 362 unsigned DWARFVerifier::verifyDieRanges(const DWARFDie &Die, in verifyDieRanges() 447 unsigned DWARFVerifier::verifyDebugInfoAttribute(const DWARFDie &Die, in verifyDebugInfoAttribute() 532 unsigned DWARFVerifier::verifyDebugInfoForm(const DWARFDie &Die, in verifyDebugInfoForm() 662 auto Die = CU->getUnitDIE(); in verifyDebugLineStmtOffsets() local 704 auto Die = CU->getUnitDIE(); in verifyDebugLineRows() local 882 auto Die = DCtx.getDIEForOffset(Offset); in verifyAppleAccelTable() local 1282 static bool isVariableIndexable(const DWARFDie &Die, DWARFContext &DCtx) { in isVariableIndexable() [all …]
|
D | DWARFExpression.cpp | 265 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in print() local 327 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in verify() local
|
D | DWARFUnit.cpp | 691 void DWARFUnit::updateAddressDieMap(DWARFDie Die) { in updateAddressDieMap() 766 DWARFDie DWARFUnit::getParent(const DWARFDebugInfoEntry *Die) { in getParent() 785 DWARFDie DWARFUnit::getSibling(const DWARFDebugInfoEntry *Die) { in getSibling() 805 DWARFDie DWARFUnit::getPreviousSibling(const DWARFDebugInfoEntry *Die) { in getPreviousSibling() 824 DWARFDie DWARFUnit::getFirstChild(const DWARFDebugInfoEntry *Die) { in getFirstChild() 835 DWARFDie DWARFUnit::getLastChild(const DWARFDebugInfoEntry *Die) { in getLastChild()
|
D | DWARFDie.cpp | 233 static void dumpAttribute(raw_ostream &OS, const DWARFDie &Die, in dumpAttribute() 370 DWARFDie Die = Worklist.back(); in findRecursively() local 558 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, in dumpParentChain()
|
/third_party/flutter/skia/third_party/externals/freetype/src/tools/ |
D | afblue.pl | 93 sub Die subroutine
|
/third_party/freetype/src/tools/ |
D | afblue.pl | 93 sub Die subroutine
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | afblue.pl | 93 sub Die subroutine
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 254 DWARF5AccelTableData(const DIE &Die) : Die(Die) {} in DWARF5AccelTableData() 336 const DIE &Die; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 209 const DIE *Die; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | angle_deqp_gtest.cpp | 152 void Die() in Die() function
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | angle_deqp_gtest.cpp | 196 void Die() in Die() function
|