HomeSort by relevance Sort by last modified time
    Searched defs:Die (Results 1 - 13 of 13) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_termination.cpp 26 void NORETURN Die() {
38 Die();
  /external/libchrome/sandbox/linux/seccomp-bpf/
die.h 15 #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 {
63 DISALLOW_IMPLICIT_CONSTRUCTORS(Die);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_termination.cc 10 /// This file contains the Sanitizer termination functions CheckFailed and Die,
51 void NORETURN Die() {
83 Die();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 31 DIEAbbrev &DwarfFile::assignAbbrevNumber(DIE &Die) {
33 DIEAbbrev Abbrev = Die.generateAbbrev();
39 Die.setAbbrevNumber(Existing->getNumber());
47 Die.setAbbrevNumber(Abbreviations.size());
66 DIE &Die = TheU->getUnitDie();
72 Asm->emitDwarfDIE(Die);
75 // Compute the size and offset for each DIE.
81 // DIE within each compile unit. All offsets are CU relative
    [all...]
DIEHash.cpp 20 #include "llvm/CodeGen/DIE.h"
33 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) {
36 for (const auto &V : Die.values())
81 void DIEHash::addParentContext(const DIE &Parent) {
87 SmallVector<const DIE *, 1> Parents;
88 const DIE *Cur = &Parent;
98 for (SmallVectorImpl<const DIE *>::reverse_iterator I = Parents.rbegin(),
101 const DIE &Die = **I
    [all...]
DwarfAccelTable.h 19 #include "llvm/CodeGen/DIE.h"
168 const DIE *Die; // Offsets
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)
    [all...]
DwarfUnit.cpp 48 DIELoc &DIE)
50 DIE(DIE) {}
53 DU.addUInt(DIE, dwarf::DW_FORM_data1, Op);
56 DU.addSInt(DIE, dwarf::DW_FORM_sdata, Value);
59 DU.addUInt(DIE, dwarf::DW_FORM_udata, Value);
68 : CUNode(Node), UnitDie(*DIE::get(DIEValueAllocator, UnitTag)), Asm(A),
156 /// Check whether the DIE for this MDNode can be shared across CUs.
158 // When the MDNode can be part of the type system, the DIE can be shared
160 // Combining type units and cross-CU DIE sharing is lower value (sinc
    [all...]
DwarfDebug.cpp 25 #include "llvm/CodeGen/DIE.h"
310 void DwarfDebug::addSubprogramNames(const DISubprogram *SP, DIE &Die) {
313 addAccelName(SP->getName(), Die);
318 addAccelName(SP->getLinkageName(), Die);
325 addAccelObjC(Class, Die);
327 addAccelObjC(Category, Die);
329 addAccelName(getObjCMethodName(SP->getName()), Die);
333 /// Check whether we should create a DIE for the given Scope, return true
334 /// if we don't create a DIE (the corresponding DIE is null)
    [all...]
  /external/autotest/site_utils/
generate_test_report 39 def Die(message_format, *args, **kwargs):
443 Die('%r does not exist', resdir)
447 Die('no test directories found')
739 Die('no result directories provided')
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 10 #include "llvm/CodeGen/DIE.h"
41 DIE &Die = *DIE::get(Alloc, dwarf::DW_TAG_base_type);
43 Die.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Size);
44 uint64_t MD5Res = Hash.computeTypeSignature(Die);
50 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
59 // The exact same hash GCC produces for this DIE.
65 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type)
    [all...]
  /external/v8/tools/release/
common_includes.py 378 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=""):
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("Unknown latest release: %s" % latest_hash
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 16 #include "DIE.h"
181 /// updateSubprogramScopeDIE - Find DIE for the given subprogram and
185 DIE *DwarfDebug::updateSubprogramScopeDIE(CompileUnit *SPCU,
187 DIE *SPDie = SPCU->getDIE(SPNode);
189 assert(SPDie && "Unable to find subprogram DIE!");
198 // There is not any need to generate specification DIE for a function
201 // expect specification DIE in parent function. So avoid creating
202 // specification DIE for a function defined inside a function.
214 DIE *Arg = new DIE(dwarf::DW_TAG_formal_parameter)
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 19 #include "llvm/CodeGen/DIE.h"
58 DIE::value_iterator I;
61 PatchLocation(DIE::value_iterator I) : I(I) {}
83 /// need to determine the context of each DIE in an linked object file
128 bool setLastSeenDIE(CompileUnit &U, const DWARFDebugInfoEntryMinimal *Die);
166 /// Get the child of \a Context described by \a DIE in \a Unit. The
176 const DWARFDebugInfoEntryMinimal *DIE, CompileUnit &Unit,
184 /// and linked DIE tree.
187 /// \brief Information gathered about a DIE in the object file.
191 DIE *Clone; ///< Cloned version of that DIE
    [all...]

Completed in 235 milliseconds