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

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp27 void NORETURN Die() { function in namespace:__sanitizer
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp50 void NORETURN Die() { function in namespace:__sanitizer
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h39 DWARFDie Die; member in struct:llvm::DWARFVerifier::DieRangeInfo
48 DieRangeInfo(DWARFDie Die) : Die(Die) {} argument
[all...]
H A DDWARFDie.h45 const DWARFDebugInfoEntry *Die = nullptr; member in class:llvm::DWARFDie
291 DWARFDie Die; member in class:llvm::DWARFDie::attribute_iterator
343 DWARFDie Die; member in class:llvm::DWARFDie::iterator
402 llvm::DWARFDie Die; member in class:std::reverse_iterator
[all...]
H A DDWARFUnit.h241 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp30 bool DeclContext::setLastSeenDIE(CompileUnit &U, const DWARFDie &Die) { argument
H A DDWARFLinkerCompileUnit.cpp75 void CompileUnit::noteForwardReference(DIE *Die, const CompileUnit *RefUnit, argument
109 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { argument
120 void CompileUnit::addNamespaceAccelerator(const DIE *Die, argument
125 void CompileUnit::addObjCAccelerator(const DIE *Die, argument
131 void CompileUnit::addNameAccelerator(const DIE *Die, argument
137 addTypeAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, bool ObjcClassImplementation, uint32_t QualifiedNameHash) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp92 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { argument
H A DDIEHash.cpp32 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { argument
100 const DIE &Die = **I; local
117 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { argument
331 void DIEHash::addAttributes(const DIE &Die) { argument
337 hashNestedType(const DIE &Die, StringRef Name) argument
352 computeHash(const DIE &Die) argument
383 computeCUSignature(StringRef DWOName, const DIE &Die) argument
406 computeTypeSignature(const DIE &Die) argument
[all...]
H A DDIE.cpp146 DIEAbbrev &DIEAbbrevSet::uniqueAbbreviation(DIE &Die) { argument
H A DDwarfCompileUnit.h137 DIE *Die = nullptr; member in struct:llvm::final::BaseTypeRef
[all...]
H A DDwarfFile.h172 void insertDIE(const MDNode *TypeMD, DIE *Die) { argument
H A DDwarfDebug.h752 DwarfCompileUnit *lookupCU(const DIE *Die) { return CUDieMap.lookup(Die); } argument
[all...]
H A DDwarfCompileUnit.cpp78 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, argument
94 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die, argument
510 attachRangesOrLowHighPC( DIE &Die, SmallVector<RangeSpan, 2> Ranges) argument
520 attachRangesOrLowHighPC( DIE &Die, const SmallVectorImpl<InsnRange> &Ranges) argument
1063 auto *Die = Entity->getDIE(); local
1140 addGlobalName(StringRef Name, const DIE &Die, const DIScope *Context) argument
1161 addGlobalType(const DIType *Ty, const DIE &Die, const DIScope *Context) argument
1181 addVariableAddress(const DbgVariable &DV, DIE &Die, MachineLocation Location) argument
1190 addAddress(DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
1215 addComplexAddress(const DbgVariable &DV, DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
1246 addLocationList(DIE &Die, dwarf::Attribute Attribute, unsigned Index) argument
1283 addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr) argument
1288 addAddressExpr(DIE &Die, dwarf::Attribute Attribute, const MCExpr *Expr) argument
1324 addBaseTypeRef(DIEValueList &Die, int64_t Idx) argument
1335 DIE &Die = getUnitDie().addChildFront( local
[all...]
H A DDwarfUnit.cpp223 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { argument
232 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, argument
246 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, argument
253 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, argument
258 void DwarfUnit::addString(DIE &Die, dwar argument
292 addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form, const MCSymbol *Label) argument
299 addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) argument
303 addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer) argument
342 addOpAddress(DIELoc &Die, const MCSymbol *Sym) argument
360 addLabelDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi, const MCSymbol *Lo) argument
366 addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) argument
370 addDIETypeSignature(DIE &Die, uint64_t Signature) argument
381 addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry) argument
396 DIE &Die = Parent.addChild(DIE::get(DIEValueAllocator, (dwarf::Tag)Tag)); local
402 addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) argument
409 addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block) argument
416 addSourceLine(DIE &Die, unsigned Line, const DIFile *File) argument
425 addSourceLine(DIE &Die, const DILocalVariable *V) argument
431 addSourceLine(DIE &Die, const DIGlobalVariable *G) argument
437 addSourceLine(DIE &Die, const DISubprogram *SP) argument
443 addSourceLine(DIE &Die, const DILabel *L) argument
449 addSourceLine(DIE &Die, const DIType *Ty) argument
455 addSourceLine(DIE &Die, const DIObjCProperty *Ty) argument
510 addConstantFPValue(DIE &Die, const MachineOperand &MO) argument
532 addConstantFPValue(DIE &Die, const ConstantFP *CFP) argument
537 addConstantValue(DIE &Die, const ConstantInt *CI, const DIType *Ty) argument
542 addConstantValue(DIE &Die, const MachineOperand &MO, const DIType *Ty) argument
549 addConstantValue(DIE &Die, uint64_t Val, const DIType *Ty) argument
553 addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) argument
560 addConstantValue(DIE &Die, const APInt &Val, const DIType *Ty) argument
564 addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) argument
593 addLinkageName(DIE &Die, StringRef LinkageName) argument
612 addThrownTypes(DIE &Die, DINodeArray ThrownTypes) argument
1673 addSectionDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi, const MCSymbol *Lo) argument
1682 addSectionLabel(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Label, const MCSymbol *Sec) argument
1698 addGlobalName(StringRef Name, const DIE &Die, const DIScope *Context) argument
1703 addGlobalType(const DIType *Ty, const DIE &Die, const DIScope *Context) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp265 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); local
327 auto Die = U->getDIEForOffset(U->getOffset() + Operands[Operand]); local
H A DDWARFUnit.cpp691 void DWARFUnit::updateAddressDieMap(DWARFDie Die) { argument
766 DWARFDie DWARFUnit::getParent(const DWARFDebugInfoEntry *Die) { argument
785 getSibling(const DWARFDebugInfoEntry *Die) argument
805 getPreviousSibling(const DWARFDebugInfoEntry *Die) argument
824 getFirstChild(const DWARFDebugInfoEntry *Die) argument
835 getLastChild(const DWARFDebugInfoEntry *Die) argument
[all...]
H A DDWARFContext.cpp1080 addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, DWARFDie Die, std::vector<DILocal> &Result) argument
[all...]
H A DDWARFVerifier.cpp165 auto Die = Unit.getDIEAtIndex(I); local
178 DWARFDie Die = Unit.getUnitDIE(/* ExtractUnitDIEOnly = */ false); local
213 verifyDebugInfoCallSite(const DWARFDie &Die) argument
362 verifyDieRanges(const DWARFDie &Die, DieRangeInfo &ParentRI) argument
447 verifyDebugInfoAttribute(const DWARFDie &Die, DWARFAttribute &AttrValue) argument
532 verifyDebugInfoForm(const DWARFDie &Die, DWARFAttribute &AttrValue) argument
662 auto Die = CU->getUnitDIE(); local
704 auto Die = CU->getUnitDIE(); local
882 auto Die = DCtx.getDIEForOffset(Offset); local
1282 isVariableIndexable(const DWARFDie &Die, DWARFContext &DCtx) argument
1305 verifyNameIndexCompleteness( const DWARFDie &Die, const DWARFDebugNames::NameIndex &NI) argument
1480 dump(const DWARFDie &Die, unsigned indent) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h254 DWARF5AccelTableData(const DIE &Die) : Die(Die) {} argument
265 const DIE &Die; member in class:llvm::DWARF5AccelTableData
336 const DIE &Die; member in class:llvm::AppleAccelTableOffsetData
[all...]
H A DDIE.h851 DIE Die; member in class:llvm::DIEUnit
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp285 static bool filterByName(const StringSet<> &Names, DWARFDie Die, argument
317 DWARFDie Die = {CU.get(), &Entry}; local
[all...]
H A DStatistics.cpp162 static void collectStatsForDie(DWARFDie Die, std::string FnPrefix, argument
321 collectStatsRecursive(DWARFDie Die, std::string FnPrefix, std::string VarPrefix, uint64_t BytesInScope, uint32_t InlineDepth, StringMap<PerFunctionStats> &FnStatMap, GlobalStats &GlobalStats, LocationStats &LocStats) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h209 const DIE *Die; member in struct:llvm::CompileUnit::AccelInfo
220 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, bool SkipPubSection = false) argument
224 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, uint32_t QualifiedNameHash, bool ObjCClassIsImplementation) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp487 const DWARFDie &Die = CU->getUnitDIE(); local

Completed in 176 milliseconds

12