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

/external/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp26 void NORETURN Die() { function in namespace:__sanitizer
38 Die();
/external/libchrome/sandbox/linux/seccomp-bpf/
H A Ddie.h15 #define SANDBOX_DIE(m) sandbox::Die::SandboxDie(m, __FILE__, __LINE__)
19 #define RAW_SANDBOX_DIE(m) sandbox::Die::RawSandboxDie(m)
22 #define SANDBOX_INFO(m) sandbox::Die::SandboxInfo(m, __FILE__, __LINE__)
24 class SANDBOX_EXPORT Die { class in namespace:sandbox
63 DISALLOW_IMPLICIT_CONSTRUCTORS(Die);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cc10 /// This file contains the Sanitizer termination functions CheckFailed and Die,
51 void NORETURN Die() { function in namespace:__sanitizer
83 Die();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h75 unsigned computeSizeAndOffset(DIE &Die, unsigned Offset);
86 /// Compute the abbreviation for \c Die, look up its unique number, and
88 DIEAbbrev &assignAbbrevNumber(DIE &Die);
120 void insertDIE(const MDNode *TypeMD, DIE *Die) { argument
121 DITypeNodeToDieMap.insert(std::make_pair(TypeMD, Die));
H A DDwarfFile.cpp31 DIEAbbrev &DwarfFile::assignAbbrevNumber(DIE &Die) { argument
33 DIEAbbrev Abbrev = Die.generateAbbrev();
39 Die.setAbbrevNumber(Existing->getNumber());
47 Die.setAbbrevNumber(Abbreviations.size());
66 DIE &Die = TheU->getUnitDie(); local
72 Asm->emitDwarfDIE(Die);
100 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { argument
102 const DIEAbbrev &Abbrev = assignAbbrevNumber(Die);
105 Die.setOffset(Offset);
108 Offset += getULEB128Size(Die
[all...]
H A DDIEHash.cpp33 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { argument
36 for (const auto &V : Die.values())
101 const DIE &Die = **I; local
107 addULEB128(Die.getTag());
110 StringRef Name = getDIEStringAttr(Die, dwarf::DW_AT_name);
118 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { argument
124 for (const auto &V : Die.values()) {
422 // Add all of the attributes for \param Die to the hash.
423 void DIEHash::addAttributes(const DIE &Die) { argument
425 collectAttributes(Die, Attr
429 hashNestedType(const DIE &Die, StringRef Name) argument
444 computeHash(const DIE &Die) argument
475 computeCUSignature(const DIE &Die) argument
496 computeTypeSignature(const DIE &Die) argument
[all...]
H A DDwarfAccelTable.h168 const DIE *Die; // Offsets member in struct:llvm::DwarfAccelTable::HashDataContents
171 HashDataContents(const DIE *D, char Flags) : Die(D), Flags(Flags) {}
174 O << " Offset: " << Die->getOffset() << "\n";
175 O << " Tag: " << dwarf::TagString(Die->getTag()) << "\n";
208 O << " Offset: " << C->Die->getOffset() << "\n";
209 O << " Tag: " << dwarf::TagString(C->Die->getTag()) << "\n";
247 void AddName(DwarfStringPoolEntryRef Name, const DIE *Die, char Flags = 0);
H A DDwarfUnit.h141 virtual void addGlobalName(StringRef Name, DIE &Die, const DIScope *Context) { argument
145 virtual void addGlobalType(const DIType *Ty, const DIE &Die, argument
166 void addFlag(DIE &Die, dwarf::Attribute Attribute);
169 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
175 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
178 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
186 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
189 DIEValueList::value_iterator addLabel(DIEValueList &Die,
194 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
197 void addSectionOffset(DIE &Die, dwar
[all...]
H A DDwarfCompileUnit.cpp31 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, argument
40 return addLocalLabelAddress(Die, Attribute, Label);
46 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_GNU_addr_index,
50 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die, argument
57 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr,
60 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr,
107 if (DIE *Die = getDIE(GV))
108 return Die;
249 DwarfCompileUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, argument
252 return addLabel(Die, Attribut
384 addSectionDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi, const MCSymbol *Lo) argument
416 attachRangesOrLowHighPC( DIE &Die, SmallVector<RangeSpan, 2> Ranges) argument
425 attachRangesOrLowHighPC( DIE &Die, const SmallVectorImpl<InsnRange> &Ranges) argument
723 addGlobalName(StringRef Name, DIE &Die, const DIScope *Context) argument
732 addGlobalType(const DIType *Ty, const DIE &Die, const DIScope *Context) argument
742 addVariableAddress(const DbgVariable &DV, DIE &Die, MachineLocation Location) argument
753 addAddress(DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
774 addComplexAddress(const DbgVariable &DV, DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
796 addLocationList(DIE &Die, dwarf::Attribute Attribute, unsigned Index) argument
815 addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr) argument
[all...]
H A DDwarfDebug.cpp310 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die) { argument
313 addAccelName(SP->getName(), Die);
318 addAccelName(SP->getLinkageName(), Die);
325 addAccelObjC(Class, Die);
327 addAccelObjC(Category, Die);
329 addAccelName(getObjCMethodName(SP->getName()), Die);
392 DIE &Die = NewCU.getUnitDie(); local
396 NewCU.addString(Die, dwarf::DW_AT_GNU_dwo_name,
408 NewCU.addString(Die, dwarf::DW_AT_producer, DIUnit->getProducer());
409 NewCU.addUInt(Die, dwar
1261 computeIndexValue(DwarfUnit *CU, const DIE *Die) argument
1789 initSkeletonUnit(const DwarfUnit &U, DIE &Die, std::unique_ptr<DwarfCompileUnit> NewU) argument
1948 addAccelName(StringRef Name, const DIE &Die) argument
1954 addAccelObjC(StringRef Name, const DIE &Die) argument
1960 addAccelNamespace(StringRef Name, const DIE &Die) argument
1966 addAccelType(StringRef Name, const DIE &Die, char Flags) argument
[all...]
H A DDwarfUnit.cpp184 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { argument
186 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag_present,
189 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag,
193 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, argument
197 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
205 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, argument
209 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
212 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, argument
214 addSInt(Die, (dwarf::Attribute)0, Form, Integer);
217 void DwarfUnit::addString(DIE &Die, dwar argument
224 addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form, const MCSymbol *Label) argument
231 addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) argument
235 addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer) argument
248 addOpAddress(DIELoc &Die, const MCSymbol *Sym) argument
259 addLabelDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi, const MCSymbol *Lo) argument
265 addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) argument
269 addDIETypeSignature(DIE &Die, uint64_t Signature) argument
280 addDIETypeSignature(DIE &Die, dwarf::Attribute Attribute, StringRef Identifier) argument
287 addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry) argument
302 DIE &Die = Parent.addChild(DIE::get(DIEValueAllocator, (dwarf::Tag)Tag)); local
308 addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) argument
315 addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block) argument
322 addSourceLine(DIE &Die, unsigned Line, StringRef File, StringRef Directory) argument
333 addSourceLine(DIE &Die, const DILocalVariable *V) argument
340 addSourceLine(DIE &Die, const DIGlobalVariable *G) argument
346 addSourceLine(DIE &Die, const DISubprogram *SP) argument
352 addSourceLine(DIE &Die, const DIType *Ty) argument
358 addSourceLine(DIE &Die, const DIObjCProperty *Ty) argument
364 addSourceLine(DIE &Die, const DINamespace *NS) argument
437 addBlockByrefAddress(const DbgVariable &DV, DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
564 addConstantFPValue(DIE &Die, const MachineOperand &MO) argument
586 addConstantFPValue(DIE &Die, const ConstantFP *CFP) argument
591 addConstantValue(DIE &Die, const ConstantInt *CI, const DIType *Ty) argument
596 addConstantValue(DIE &Die, const MachineOperand &MO, const DIType *Ty) argument
603 addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) argument
610 addConstantValue(DIE &Die, const APInt &Val, const DIType *Ty) argument
614 addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) argument
643 addLinkageName(DIE &Die, StringRef LinkageName) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h39 /// Die - Compile unit debug information entry.
91 void addGlobal(StringRef Name, DIE *Die) { Globals[Name] = Die; } argument
145 void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer);
149 void addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer);
153 void addString(DIE *Die, unsigned Attribute, unsigned Form,
158 void addLabel(DIE *Die, unsigned Attribute, unsigned Form,
163 void addDelta(DIE *Die, unsigned Attribute, unsigned Form,
168 void addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry);
172 void addBlock(DIE *Die, unsigne
[all...]
H A DDwarfCompileUnit.cpp53 void CompileUnit::addUInt(DIE *Die, unsigned Attribute, argument
58 Die->addValue(Attribute, Form, Value);
63 void CompileUnit::addSInt(DIE *Die, unsigned Attribute, argument
67 Die->addValue(Attribute, Form, Value);
72 void CompileUnit::addString(DIE *Die, unsigned Attribute, unsigned Form, argument
75 Die->addValue(Attribute, Form, Value);
80 void CompileUnit::addLabel(DIE *Die, unsigned Attribute, unsigned Form, argument
83 Die->addValue(Attribute, Form, Value);
88 void CompileUnit::addDelta(DIE *Die, unsigned Attribute, unsigned Form, argument
91 Die
96 addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry) argument
104 addBlock(DIE *Die, unsigned Attribute, unsigned Form, DIEBlock *Block) argument
113 addSourceLine(DIE *Die, DIVariable V) argument
130 addSourceLine(DIE *Die, DIGlobalVariable G) argument
147 addSourceLine(DIE *Die, DISubprogram SP) argument
166 addSourceLine(DIE *Die, DIType Ty) argument
182 addSourceLine(DIE *Die, DINameSpace NS) argument
200 addVariableAddress(DbgVariable *&DV, DIE *Die, MachineLocation Location) argument
242 addAddress(DIE *Die, unsigned Attribute, const MachineLocation &Location) argument
260 addComplexAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute, const MachineLocation &Location) argument
352 addBlockByrefAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute, const MachineLocation &Location) argument
459 addConstantValue(DIE *Die, const MachineOperand &MO, DIType Ty) argument
481 addConstantFPValue(DIE *Die, const MachineOperand &MO) argument
506 addConstantValue(DIE *Die, const ConstantInt *CI, bool Unsigned) argument
564 addToContextOwner(DIE *Die, DIDescriptor Context) argument
[all...]
H A DDwarfDebug.cpp474 DIE *Die = new DIE(dwarf::DW_TAG_compile_unit); local
475 CompileUnit *NewCU = new CompileUnit(ID, Die, Asm, this);
476 NewCU->addString(Die, dwarf::DW_AT_producer, dwarf::DW_FORM_string,
478 NewCU->addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2,
480 NewCU->addString(Die, dwarf::DW_AT_name, dwarf::DW_FORM_string, FN);
483 NewCU->addUInt(Die, dwarf::DW_AT_entry_pc, dwarf::DW_FORM_addr, 0);
487 NewCU->addLabel(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4,
490 NewCU->addUInt(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4, 0);
493 NewCU->addString(Die, dwarf::DW_AT_comp_dir, dwarf::DW_FORM_string, Dir);
495 NewCU->addUInt(Die, dwar
1397 computeSizeAndOffset(DIE *Die, unsigned Offset, bool Last) argument
1502 emitDIE(DIE *Die) argument
1598 DIE *Die = TheCU->getCUDie(); local
[all...]
/external/autotest/site_utils/
H A Dgenerate_test_report39 def Die(message_format, *args, **kwargs): function
443 Die('%r does not exist', resdir)
447 Die('no test directories found')
739 Die('no result directories provided')
/external/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp41 DIE &Die = *DIE::get(Alloc, dwarf::DW_TAG_base_type); local
43 Die.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Size);
44 uint64_t MD5Res = Hash.computeTypeSignature(Die);
/external/clang/test/Parser/
H A Dcxx-decl.cpp178 void test (DIE die, DIE *Die, DIE INT, DIE *FLOAT) { argument
183 Die->foo();
/external/v8/tools/release/
H A Dcommon_includes.py378 self.Die("Can't find remote of %s" % name)
394 self.step.Die("Couldn't determine commit for setting the tag. Maybe the "
522 def Die(self, msg=""): member in class:Step
531 self.Die(msg)
547 self.Die(msg)
552 self.Die("This is not a git checkout, this script won't work for you.")
558 self.Die("Please set your EDITOR environment variable, you'll need it.")
563 self.Die("Workspace is not clean. Please commit or undo your changes.")
619 self.Die("Applying the patch failed.")
705 self.Die("Unknow
[all...]
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp128 bool setLastSeenDIE(CompileUnit &U, const DWARFDebugInfoEntryMinimal *Die);
228 void setOutputUnitDIE(DIE *Die) { CUDie = Die; } argument
271 /// \brief Keep track of a forward reference to DIE \p Die in \p
273 /// point to the absolute offset of \p Die in the debug_info section
275 void noteForwardReference(DIE *Die, const CompileUnit *RefUnit,
287 void noteRangeAttribute(const DIE &Die, PatchLocation Attr);
293 /// \brief Add a name accelerator entry for \p Die with \p Name
295 void addNameAccelerator(const DIE *Die, const char *Name, uint32_t Offset,
298 /// \brief Add a type accelerator entry for \p Die wit
304 const DIE *Die; ///< DIE this entry describes. member in struct:llvm::dsymutil::__anon13492::CompileUnit::AccelInfo
308 AccelInfo(StringRef Name, const DIE *Die, uint32_t NameOffset, bool SkipPubSection = false) argument
411 noteForwardReference(DIE *Die, const CompileUnit *RefUnit, DeclContext *Ctxt, PatchLocation Attr) argument
438 noteRangeAttribute(const DIE &Die, PatchLocation Attr) argument
451 addNameAccelerator(const DIE *Die, const char *Name, uint32_t Offset, bool SkipPubSection) argument
458 addTypeAccelerator(const DIE *Die, const char *Name, uint32_t Offset) argument
698 emitDIE(DIE &Die) argument
1529 setLastSeenDIE(CompileUnit &U, const DWARFDebugInfoEntryMinimal *Die) argument
1715 getDIENames(const DWARFDebugInfoEntryMinimal &Die, DWARFUnit &U, AttributesInfo &Info) argument
2202 keepDIEAndDependencies(RelocationManager &RelocMgr, const DWARFDebugInfoEntryMinimal &Die, CompileUnit::DIEInfo &MyInfo, const DebugMapObject &DMO, CompileUnit &CU, bool UseODR) argument
2278 lookForDIEsToKeep(RelocationManager &RelocMgr, const DWARFDebugInfoEntryMinimal &Die, const DebugMapObject &DMO, CompileUnit &CU, unsigned Flags) argument
2351 cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, const DWARFUnit &U) argument
2363 cloneDieReferenceAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, CompileUnit &Unit) argument
2434 cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize) argument
2477 cloneAddressAttribute( DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, const CompileUnit &Unit, AttributesInfo &Info) argument
2514 cloneScalarAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize, AttributesInfo &Info) argument
2558 cloneAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &Unit, const DWARFFormValue &Val, const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info) argument
2719 DIE *Die = Info.Clone; local
2966 patchStmtList(DIE &Die, DIEInteger Offset) argument
[all...]

Completed in 5675 milliseconds