Home
last modified time | relevance | path

Searched defs:Die (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/tools/
H A Dafblue.pl93 sub Die subroutine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp30 bool DeclContext::setLastSeenDIE(CompileUnit &U, const DWARFDie &Die) { in setLastSeenDIE() argument
H A DDWARFLinkerCompileUnit.cpp75 void CompileUnit::noteForwardReference(DIE *Die, const CompileUnit *RefUnit, in noteForwardReference() argument
109 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute() argument
120 void CompileUnit::addNamespaceAccelerator(const DIE *Die, in addNamespaceAccelerator() argument
125 void CompileUnit::addObjCAccelerator(const DIE *Die, in addObjCAccelerator() argument
131 void CompileUnit::addNameAccelerator(const DIE *Die, in addNameAccelerator() argument
137 addTypeAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, bool ObjcClassImplementation, uint32_t QualifiedNameHash) addTypeAccelerator() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h39 DWARFDie Die; member
[all...]
H A DDWARFDie.h45 const DWARFDebugInfoEntry *Die = nullptr; member in llvm::DWARFDie
291 DWARFDie Die; member in llvm::DWARFDie::attribute_iterator
343 DWARFDie Die; member in llvm::DWARFDie::iterator
402 llvm::DWARFDie Die; global() member in std::reverse_iterator
[all...]
H A DDWARFUnit.h241 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) { in getDIEIndex() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp92 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset() argument
H A DDIE.cpp146 DIEAbbrev &DIEAbbrevSet::uniqueAbbreviation(DIE &Die) { in uniqueAbbreviation() argument
H A DDIEHash.cpp32 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { in getDIEStringAttr() argument
100 const DIE &Die = **I; in addParentContext() local
117 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { in collectAttributes() argument
331 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() argument
337 hashNestedType(const DIE &Die, StringRef Name) hashNestedType() argument
352 computeHash(const DIE &Die) computeHash() argument
383 computeCUSignature(StringRef DWOName, const DIE &Die) computeCUSignature() argument
406 computeTypeSignature(const DIE &Die) computeTypeSignature() argument
[all...]
H A DDwarfCompileUnit.h137 DIE *Die = nullptr; member
[all...]
H A DDwarfFile.h172 void insertDIE(const MDNode *TypeMD, DIE *Die) { in insertDIE() argument
H A DDwarfDebug.h752 DwarfCompileUnit *lookupCU(const DIE *Die) { return CUDieMap.lookup(Die); } in lookupCU() argument
[all...]
H A DDwarfCompileUnit.cpp78 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress() argument
94 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die, in addLocalLabelAddress() argument
510 attachRangesOrLowHighPC( DIE &Die, SmallVector<RangeSpan, 2> Ranges) attachRangesOrLowHighPC() argument
520 attachRangesOrLowHighPC( DIE &Die, const SmallVectorImpl<InsnRange> &Ranges) attachRangesOrLowHighPC() argument
1063 auto *Die = Entity->getDIE(); finishEntityDefinition() local
1140 addGlobalName(StringRef Name, const DIE &Die, const DIScope *Context) addGlobalName() argument
1161 addGlobalType(const DIType *Ty, const DIE &Die, const DIScope *Context) addGlobalType() argument
1181 addVariableAddress(const DbgVariable &DV, DIE &Die, MachineLocation Location) addVariableAddress() argument
1190 addAddress(DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) addAddress() argument
1215 addComplexAddress(const DbgVariable &DV, DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) addComplexAddress() argument
1246 addLocationList(DIE &Die, dwarf::Attribute Attribute, unsigned Index) addLocationList() argument
1283 addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr) addExpr() argument
1288 addAddressExpr(DIE &Die, dwarf::Attribute Attribute, const MCExpr *Expr) addAddressExpr() argument
1324 addBaseTypeRef(DIEValueList &Die, int64_t Idx) addBaseTypeRef() argument
1335 DIE &Die = getUnitDie().addChildFront( createBaseTypeDIEs() local
[all...]
H A DDwarfUnit.cpp223 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag() argument
232 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() argument
246 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() argument
253 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() argument
258 void DwarfUnit::addString(DIE &Die, dwar argument
292 addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form, const MCSymbol *Label) addLabel() argument
299 addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) addLabel() argument
303 addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer) addSectionOffset() argument
342 addOpAddress(DIELoc &Die, const MCSymbol *Sym) addOpAddress() argument
360 addLabelDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi, const MCSymbol *Lo) addLabelDelta() argument
366 addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) addDIEEntry() argument
370 addDIETypeSignature(DIE &Die, uint64_t Signature) addDIETypeSignature() argument
381 addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry) addDIEEntry() argument
396 DIE &Die = Parent.addChild(DIE::get(DIEValueAllocator, (dwarf::Tag)Tag)); createAndAddDIE() local
402 addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) addBlock() argument
409 addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block) addBlock() argument
416 addSourceLine(DIE &Die, unsigned Line, const DIFile *File) addSourceLine() argument
425 addSourceLine(DIE &Die, const DILocalVariable *V) addSourceLine() argument
431 addSourceLine(DIE &Die, const DIGlobalVariable *G) addSourceLine() argument
437 addSourceLine(DIE &Die, const DISubprogram *SP) addSourceLine() argument
443 addSourceLine(DIE &Die, const DILabel *L) addSourceLine() argument
449 addSourceLine(DIE &Die, const DIType *Ty) addSourceLine() argument
455 addSourceLine(DIE &Die, const DIObjCProperty *Ty) addSourceLine() argument
510 addConstantFPValue(DIE &Die, const MachineOperand &MO) addConstantFPValue() argument
532 addConstantFPValue(DIE &Die, const ConstantFP *CFP) addConstantFPValue() argument
537 addConstantValue(DIE &Die, const ConstantInt *CI, const DIType *Ty) addConstantValue() argument
542 addConstantValue(DIE &Die, const MachineOperand &MO, const DIType *Ty) addConstantValue() argument
549 addConstantValue(DIE &Die, uint64_t Val, const DIType *Ty) addConstantValue() argument
553 addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) addConstantValue() argument
560 addConstantValue(DIE &Die, const APInt &Val, const DIType *Ty) addConstantValue() argument
564 addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) addConstantValue() argument
593 addLinkageName(DIE &Die, StringRef LinkageName) addLinkageName() argument
612 addThrownTypes(DIE &Die, DINodeArray ThrownTypes) addThrownTypes() argument
1673 addSectionDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi, const MCSymbol *Lo) addSectionDelta() argument
1682 addSectionLabel(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Label, const MCSymbol *Sec) addSectionLabel() argument
1698 addGlobalName(StringRef Name, const DIE &Die, const DIScope *Context) addGlobalName() argument
1703 addGlobalType(const DIType *Ty, const DIE &Die, const DIScope *Context) addGlobalType() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp265 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in print() local
327 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); in verify() local
H A DDWARFUnit.cpp691 void DWARFUnit::updateAddressDieMap(DWARFDie Die) { in updateAddressDieMap() argument
766 DWARFDie DWARFUnit::getParent(const DWARFDebugInfoEntry *Die) { in getParent() argument
785 getSibling(const DWARFDebugInfoEntry *Die) getSibling() argument
805 getPreviousSibling(const DWARFDebugInfoEntry *Die) getPreviousSibling() argument
824 getFirstChild(const DWARFDebugInfoEntry *Die) getFirstChild() argument
835 getLastChild(const DWARFDebugInfoEntry *Die) getLastChild() argument
[all...]
H A DDWARFContext.cpp1080 addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, DWARFDie Die, std::vector<DILocal> &Result) addLocalsForDie() argument
[all...]
H A DDWARFVerifier.cpp165 auto Die = Unit.getDIEAtIndex(I); in verifyUnitContents() local
178 DWARFDie Die = Unit.getUnitDIE(/* ExtractUnitDIEOnly = */ false); in verifyUnitContents() local
213 verifyDebugInfoCallSite(const DWARFDie &Die) verifyDebugInfoCallSite() argument
362 verifyDieRanges(const DWARFDie &Die, DieRangeInfo &ParentRI) verifyDieRanges() argument
447 verifyDebugInfoAttribute(const DWARFDie &Die, DWARFAttribute &AttrValue) verifyDebugInfoAttribute() argument
532 verifyDebugInfoForm(const DWARFDie &Die, DWARFAttribute &AttrValue) verifyDebugInfoForm() argument
662 auto Die = CU->getUnitDIE(); verifyDebugLineStmtOffsets() local
704 auto Die = CU->getUnitDIE(); verifyDebugLineRows() local
882 auto Die = DCtx.getDIEForOffset(Offset); verifyAppleAccelTable() local
1282 isVariableIndexable(const DWARFDie &Die, DWARFContext &DCtx) isVariableIndexable() argument
1305 verifyNameIndexCompleteness( const DWARFDie &Die, const DWARFDebugNames::NameIndex &NI) verifyNameIndexCompleteness() argument
1480 dump(const DWARFDie &Die, unsigned indent) const dump() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp196 void Die() in Die() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DAccelTable.h254 DWARF5AccelTableData(const DIE &Die) : Die(Die) {} in DWARF5AccelTableData() argument
265 const DIE &Die; member in llvm::DWARF5AccelTableData
336 const DIE &Die; global() member in llvm::AppleAccelTableOffsetData
[all...]
H A DDIE.h851 DIE Die; member in llvm::DIEUnit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h209 const DIE *Die; global() member
[all...]
/third_party/node/deps/v8/tools/release/
H A Dcommon_includes.py423 def Die(self, msg=""): member in Step
[all...]

Completed in 22 milliseconds