| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIEHash.cpp | 33 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { in getDIEStringAttr() 101 const DIE &Die = **I; in addParentContext() local 118 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes() 423 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() 429 void DIEHash::hashNestedType(const DIE &Die, StringRef Name) { in hashNestedType() 444 void DIEHash::computeHash(const DIE &Die) { in computeHash() 475 uint64_t DIEHash::computeCUSignature(const DIE &Die) { in computeCUSignature() 496 uint64_t DIEHash::computeTypeSignature(const DIE &Die) { in computeTypeSignature()
|
| D | DwarfUnit.cpp | 184 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag() 193 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() 205 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() 212 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() 217 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() 224 DIEValueList::value_iterator DwarfUnit::addLabel(DIEValueList &Die, in addLabel() 231 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() 235 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset() 248 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) { in addOpAddress() 259 void DwarfUnit::addLabelDelta(DIE &Die, dwarf::Attribute Attribute, in addLabelDelta() [all …]
|
| D | DwarfCompileUnit.cpp | 31 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress() 50 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die, in addLocalLabelAddress() 107 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE() local 249 DwarfCompileUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, in addSectionLabel() 384 DwarfCompileUnit::addSectionDelta(DIE &Die, dwarf::Attribute Attribute, in addSectionDelta() 417 DIE &Die, SmallVector<RangeSpan, 2> Ranges) { in attachRangesOrLowHighPC() 426 DIE &Die, const SmallVectorImpl<InsnRange> &Ranges) { in attachRangesOrLowHighPC() 723 void DwarfCompileUnit::addGlobalName(StringRef Name, DIE &Die, in addGlobalName() 732 void DwarfCompileUnit::addGlobalType(const DIType *Ty, const DIE &Die, in addGlobalType() 742 void DwarfCompileUnit::addVariableAddress(const DbgVariable &DV, DIE &Die, in addVariableAddress() [all …]
|
| D | DwarfFile.cpp | 31 DIEAbbrev &DwarfFile::assignAbbrevNumber(DIE &Die) { in assignAbbrevNumber() 66 DIE &Die = TheU->getUnitDie(); in emitUnit() local 100 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset()
|
| /external/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 …]
|
| /external/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()
|
| /external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| 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() 339 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() 345 void DIEHash::hashNestedType(const DIE &Die, StringRef Name) { in hashNestedType() 360 void DIEHash::computeHash(const DIE &Die) { in computeHash() 391 uint64_t DIEHash::computeCUSignature(StringRef DWOName, const DIE &Die) { in computeCUSignature() 414 uint64_t DIEHash::computeTypeSignature(const DIE &Die) { in computeTypeSignature()
|
| D | DwarfUnit.cpp | 220 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag() 229 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() 243 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() 250 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() 255 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() 289 DIEValueList::value_iterator DwarfUnit::addLabel(DIEValueList &Die, in addLabel() 296 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() 300 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset() 318 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) { in addOpAddress() 336 void DwarfUnit::addLabelDelta(DIE &Die, dwarf::Attribute Attribute, in addLabelDelta() [all …]
|
| D | DwarfCompileUnit.cpp | 67 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress() 83 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die, in addLocalLabelAddress() 115 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE() local 560 DIE &Die, SmallVector<RangeSpan, 2> Ranges) { in attachRangesOrLowHighPC() 570 DIE &Die, const SmallVectorImpl<InsnRange> &Ranges) { in attachRangesOrLowHighPC() 1188 auto *Die = Entity->getDIE(); in finishEntityDefinition() local 1265 void DwarfCompileUnit::addGlobalName(StringRef Name, const DIE &Die, in addGlobalName() 1286 void DwarfCompileUnit::addGlobalType(const DIType *Ty, const DIE &Die, in addGlobalType() 1306 void DwarfCompileUnit::addVariableAddress(const DbgVariable &DV, DIE &Die, in addVariableAddress() 1315 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress() [all …]
|
| /external/llvm-project/llvm/lib/DWARFLinker/ |
| 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()
|
| D | DWARFLinker.cpp | 170 bool DWARFLinker::DIECloner::getDIENames(const DWARFDie &Die, in getDIENames() 257 DWARFDie Die; member 278 static bool updatePruning(const DWARFDie &Die, CompileUnit &CU, in updatePruning() 300 static void updateChildPruning(const DWARFDie &Die, CompileUnit &CU, in updateChildPruning() 589 static void updateChildIncompleteness(const DWARFDie &Die, CompileUnit &CU, in updateChildIncompleteness() 608 static void updateRefIncompleteness(const DWARFDie &Die, CompileUnit &CU, in updateRefIncompleteness() 633 const DWARFDie &Die, CompileUnit &CU, unsigned Flags, in lookForChildDIEsToKeep() 663 const DWARFDie &Die, CompileUnit &CU, unsigned Flags, in lookForRefDIEsToKeep() 772 const DWARFDie &Die, const DWARFFile &File, in lookForDIEsToKeep() 889 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneStringAttribute() [all …]
|
| /external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| 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
|
| /external/protobuf/conformance/ |
| D | conformance_objc.m | 37 static void Die(NSString *format, ...) __dead2; function 42 static void Die(NSString *format, ...) { function
|
| /external/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
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDie.h | 45 const DWARFDebugInfoEntry *Die = nullptr; variable 304 DWARFDie Die; variable 356 DWARFDie Die; variable
|
| /external/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()
|
| /external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| 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 …]
|
| /external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
| D | DWARFDieTest.cpp | 75 DWARFDie Die = CU->getUnitDIE(); in TEST() local
|
| /external/freetype/src/tools/ |
| D | afblue.pl | 93 sub Die subroutine
|
| /external/llvm-project/compiler-rt/lib/scudo/ |
| D | scudo_termination.cpp | 27 void NORETURN Die() { in Die() function
|
| /external/compiler-rt/lib/scudo/ |
| D | scudo_termination.cpp | 26 void NORETURN Die() { in Die() function
|