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

/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
H A Dafblue.pl92 sub Die subroutine
323 Die("unbalanced #elif") unless @else_stack;
337 Die("unbalanced #else") unless defined($prev_else);
338 Die("#else already seen") if $prev_else;
353 Die("unbalanced #endif") unless defined($prev_else);
416 Die("strings and blocks can't be mixed in a section") if $have_blocks;
446 Die("strings and blocks can't be mixed in a section") if $have_strings;
463 Die("invalid data after last matching closing brace")
512 Die("syntax error");
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h72 unsigned computeSizeAndOffset(DIE &Die, unsigned Offset);
79 /// Compute the abbreviation for \c Die, look up its unique number, and
81 DIEAbbrev &assignAbbrevNumber(DIE &Die);
110 void insertDIE(const MDNode *TypeMD, DIE *Die) { argument
111 DITypeNodeToDieMap.insert(std::make_pair(TypeMD, Die));
H A DDwarfFile.cpp30 DIEAbbrev &DwarfFile::assignAbbrevNumber(DIE &Die) { argument
32 DIEAbbrev Abbrev = Die.generateAbbrev();
38 Die.setAbbrevNumber(Existing->getNumber());
46 Die.setAbbrevNumber(Abbreviations.size());
61 DIE &Die = TheU->getUnitDie(); local
67 Asm->emitDwarfDIE(Die);
93 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { argument
95 const DIEAbbrev &Abbrev = assignAbbrevNumber(Die);
98 Die.setOffset(Offset);
101 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()) {
423 // Add all of the attributes for \param Die to the hash.
424 void DIEHash::addAttributes(const DIE &Die) { argument
426 collectAttributes(Die, Attr
430 hashNestedType(const DIE &Die, StringRef Name) argument
445 computeHash(const DIE &Die) argument
476 computeCUSignature(const DIE &Die) argument
497 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.h151 virtual void addGlobalName(StringRef Name, DIE &Die, const DIScope *Context) { argument
155 virtual void addGlobalType(const DIType *Ty, const DIE &Die, argument
176 void addFlag(DIE &Die, dwarf::Attribute Attribute);
179 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
185 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
188 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
196 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
199 DIEValueList::value_iterator addLabel(DIEValueList &Die,
204 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
207 void addSectionOffset(DIE &Die, dwar
[all...]
H A DDwarfCompileUnit.cpp30 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, argument
39 return addLocalLabelAddress(Die, Attribute, Label);
45 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_GNU_addr_index,
49 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die, argument
56 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr,
59 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_addr,
106 if (DIE *Die = getDIE(GV))
107 return Die;
237 DwarfCompileUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, argument
240 return addLabel(Die, Attribut
371 addSectionDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi, const MCSymbol *Lo) argument
403 attachRangesOrLowHighPC( DIE &Die, SmallVector<RangeSpan, 2> Ranges) argument
412 attachRangesOrLowHighPC( DIE &Die, const SmallVectorImpl<InsnRange> &Ranges) argument
717 addGlobalName(StringRef Name, DIE &Die, const DIScope *Context) argument
726 addGlobalType(const DIType *Ty, const DIE &Die, const DIScope *Context) argument
736 addVariableAddress(const DbgVariable &DV, DIE &Die, MachineLocation Location) argument
747 addAddress(DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
768 addComplexAddress(const DbgVariable &DV, DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
790 addLocationList(DIE &Die, dwarf::Attribute Attribute, unsigned Index) argument
809 addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr) argument
[all...]
H A DDwarfDebug.cpp311 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die) { argument
314 addAccelName(SP->getName(), Die);
319 addAccelName(SP->getLinkageName(), Die);
326 addAccelObjC(Class, Die);
328 addAccelObjC(Category, Die);
330 addAccelName(getObjCMethodName(SP->getName()), Die);
393 DIE &Die = NewCU.getUnitDie(); local
406 NewCU.addString(Die, dwarf::DW_AT_producer, DIUnit->getProducer());
407 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2,
409 NewCU.addString(Die, dwar
1357 computeIndexValue(DwarfUnit *CU, const DIE *Die) argument
1838 initSkeletonUnit(const DwarfUnit &U, DIE &Die, std::unique_ptr<DwarfUnit> NewU) argument
1996 addAccelName(StringRef Name, const DIE &Die) argument
2002 addAccelObjC(StringRef Name, const DIE &Die) argument
2008 addAccelNamespace(StringRef Name, const DIE &Die) argument
2014 addAccelType(StringRef Name, const DIE &Die, char Flags) argument
[all...]
H A DDwarfUnit.cpp186 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { argument
188 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag_present,
191 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag,
195 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, argument
199 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
207 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, argument
211 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
214 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, argument
216 addSInt(Die, (dwarf::Attribute)0, Form, Integer);
219 void DwarfUnit::addString(DIE &Die, dwar argument
226 addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form, const MCSymbol *Label) argument
233 addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) argument
237 addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer) argument
250 addOpAddress(DIELoc &Die, const MCSymbol *Sym) argument
261 addLabelDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi, const MCSymbol *Lo) argument
267 addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) argument
271 addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type) argument
282 addDIETypeSignature(DIE &Die, dwarf::Attribute Attribute, StringRef Identifier) argument
289 addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry) argument
304 DIE &Die = Parent.addChild(DIE::get(DIEValueAllocator, (dwarf::Tag)Tag)); local
310 addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) argument
317 addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block) argument
324 addSourceLine(DIE &Die, unsigned Line, StringRef File, StringRef Directory) argument
335 addSourceLine(DIE &Die, const DILocalVariable *V) argument
342 addSourceLine(DIE &Die, const DIGlobalVariable *G) argument
348 addSourceLine(DIE &Die, const DISubprogram *SP) argument
354 addSourceLine(DIE &Die, const DIType *Ty) argument
360 addSourceLine(DIE &Die, const DIObjCProperty *Ty) argument
366 addSourceLine(DIE &Die, const DINamespace *NS) argument
437 addBlockByrefAddress(const DbgVariable &DV, DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
590 addConstantFPValue(DIE &Die, const MachineOperand &MO) argument
612 addConstantFPValue(DIE &Die, const ConstantFP *CFP) argument
617 addConstantValue(DIE &Die, const ConstantInt *CI, const DIType *Ty) argument
622 addConstantValue(DIE &Die, const MachineOperand &MO, const DIType *Ty) argument
629 addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) argument
636 addConstantValue(DIE &Die, const APInt &Val, const DIType *Ty) argument
640 addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) argument
669 addLinkageName(DIE &Die, StringRef LinkageName) argument
[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.cpp169 void test (DIE die, DIE *Die, DIE INT, DIE *FLOAT) { argument
174 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc72 Die();
85 Die();
139 void NORETURN Die() { function in namespace:__sanitizer
163 Die();
174 Die();
/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::__anon13058::CompileUnit::AccelInfo
308 AccelInfo(StringRef Name, const DIE *Die, uint32_t NameOffset, bool SkipPubSection = false) argument
409 noteForwardReference(DIE *Die, const CompileUnit *RefUnit, DeclContext *Ctxt, PatchLocation Attr) argument
436 noteRangeAttribute(const DIE &Die, PatchLocation Attr) argument
449 addNameAccelerator(const DIE *Die, const char *Name, uint32_t Offset, bool SkipPubSection) argument
456 addTypeAccelerator(const DIE *Die, const char *Name, uint32_t Offset) argument
696 emitDIE(DIE &Die) argument
1524 setLastSeenDIE(CompileUnit &U, const DWARFDebugInfoEntryMinimal *Die) argument
1709 getDIENames(const DWARFDebugInfoEntryMinimal &Die, DWARFUnit &U, AttributesInfo &Info) argument
2145 keepDIEAndDependencies(RelocationManager &RelocMgr, const DWARFDebugInfoEntryMinimal &Die, CompileUnit::DIEInfo &MyInfo, const DebugMapObject &DMO, CompileUnit &CU, bool UseODR) argument
2221 lookForDIEsToKeep(RelocationManager &RelocMgr, const DWARFDebugInfoEntryMinimal &Die, const DebugMapObject &DMO, CompileUnit &CU, unsigned Flags) argument
2294 cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, const DWARFUnit &U) argument
2306 cloneDieReferenceAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, CompileUnit &Unit) argument
2377 cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize) argument
2420 cloneAddressAttribute( DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, const CompileUnit &Unit, AttributesInfo &Info) argument
2457 cloneScalarAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize, AttributesInfo &Info) argument
2501 cloneAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &Unit, const DWARFFormValue &Val, const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info) argument
2662 DIE *Die = Info.Clone; local
2909 patchStmtList(DIE &Die, DIEInteger Offset) argument
[all...]

Completed in 625 milliseconds