HomeSort by relevance Sort by last modified time
    Searched refs:DIE (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 17 #include "DIE.h"
43 /// Die - Compile unit debug information entry.
45 const OwningPtr<DIE> CUDie;
53 DIE *IndexTyDie;
57 DenseMap<const MDNode *, DIE *> MDNodeToDieMap;
65 StringMap<DIE*> GlobalTypes;
69 StringMap<std::vector<DIE*> > AccelNames;
70 StringMap<std::vector<DIE*> > AccelObjC;
71 StringMap<std::vector<DIE*> > AccelNamespace;
72 StringMap<std::vector<std::pair<DIE*, unsigned> > > AccelTypes
    [all...]
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
110 /// DIE - A structured debug information entry. Has an abbreviation which
114 class DIE {
130 std::vector<DIE *> Children;
132 DIE *Parent;
141 explicit DIE(unsigned Tag)
144 virtual ~DIE();
152 const std::vector<DIE *> &getChildren() const { return Children; }
154 DIE *getParent() const { return Parent; }
159 /// addValue - Add a value and attributes to a DIE
    [all...]
DwarfCompileUnit.cpp 35 CompileUnit::CompileUnit(unsigned I, unsigned L, DIE *D, AsmPrinter *A,
49 DIEEntry *CompileUnit::createDIEEntry(DIE *Entry) {
56 void CompileUnit::addUInt(DIE *Die, unsigned Attribute,
61 Die->addValue(Attribute, Form, Value);
66 void CompileUnit::addSInt(DIE *Die, unsigned Attribute,
70 Die->addValue(Attribute, Form, Value);
76 void CompileUnit::addString(DIE *Die, unsigned Attribute, StringRef String)
    [all...]
DwarfDebug.h 21 #include "DIE.h"
41 class DIE;
104 /// labels are referenced is used to find debug_loc offset for a given DIE.
127 DIE *TheDIE; // Variable DIE.
140 void setDIE(DIE *D) { TheDIE = D; }
141 DIE *getDIE() const { return TheDIE; }
230 DenseMap<const MDNode *, DIE *> AbstractSPDies;
243 SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs;
247 typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels
    [all...]
Android.mk 15 DIE.cpp \
43 DIE.cpp \
DwarfAccelTable.h 26 #include "DIE.h"
65 class DIE;
129 eAtomTypeDIEOffset = 1u, // DIE offset, check form for encoding
130 eAtomTypeCUOffset = 2u, // DIE offset of the compiler unit header that
196 DIE *Die; // Offsets
199 HashDataContents(DIE *D, char Flags) :
200 Die(D),
204 O << " Offset: " << Die->getOffset() << "\n";
205 O << " Tag: " << dwarf::TagString(Die->getTag()) << "\n"
    [all...]
DwarfDebug.cpp 16 #include "DIE.h"
241 DIE* Die) {
244 TheCU->addAccelName(SP.getName(), Die);
249 TheCU->addAccelName(SP.getLinkageName(), Die);
256 TheCU->addAccelObjC(Class, Die);
258 TheCU->addAccelObjC(Category, Die);
260 TheCU->addAccelName(getObjCMethodName(SP.getName()), Die);
264 /// updateSubprogramScopeDIE - Find DIE for the given subprogram and
268 DIE *DwarfDebug::updateSubprogramScopeDIE(CompileUnit *SPCU
    [all...]
DIE.cpp 1 //===--- lib/CodeGen/DIE.cpp - DWARF Info Entries -------------------------===//
14 #include "DIE.h"
107 // DIE Implementation
110 DIE::~DIE() {
116 void DIE::print(raw_ostream &O, unsigned IncIndent) {
123 << "Die: "
163 void DIE::dump() {
197 default: llvm_unreachable("DIE Value form not supported yet");
218 default: llvm_unreachable("DIE Value form not supported yet")
    [all...]
DwarfAccelTable.cpp 16 #include "DIE.h"
47 void DwarfAccelTable::AddName(StringRef Name, DIE* die, char Flags) {
49 // If the string is in the list already then add this die to the list
52 DIEs.push_back(new (Allocator) HashDataContents(die, Flags));
76 return A->Die->getOffset() < B->Die->getOffset();
123 Asm->OutStreamer.AddComment("HeaderData Die Offset Base");
199 // Emit the DIE offset
200 Asm->EmitInt32((*DI)->Die->getOffset())
    [all...]
  /external/bluetooth/glib/
autogen.sh 13 DIE=0
29 DIE=1
37 DIE=1
45 DIE=1
59 DIE=1
63 if test "$DIE" -eq 1; then
  /external/dbus/
autogen.sh 14 DIE=0
27 DIE=1
43 DIE=1
50 DIE=1
53 if test "$DIE" -eq 1; then
  /external/harfbuzz/
autogen.sh 21 DIE=0
37 DIE=1
45 DIE=1
69 DIE=1
72 if test "$DIE" -eq 1; then
  /system/extras/fatblock/
utils.h 25 #define DIE(...) do { EPRINT(__VA_ARGS__); exit(EXIT_FAILURE); } while (0)
32 void die(char *msg);
fatblock.c 162 DIE("Usage: fatblock <path> <size in MB>\n");
171 DIE("fatblock: chdir(%s) failed: %s; aborting\n", path, strerror(errno));
175 DIE("fatblock: couldn't import filesystem; aborting\n");
181 DIE("fatblock: couldn't create block device; aborting\n");
184 DIE("fatblock: invalid ublock index %d; aborting\n", index);
  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 42 public static final int DIE = 9;
LifetimeComponent.java 22 * This component allows objects to die and be deleted when their life is reduced to zero or they
60 public void setDieWhenInvisible(boolean die) {
61 mDieWhenInvisible = die;
83 die(parentObject);
98 die(parentObject);
108 parentObject.getPosition().y + 10.0f) == HotSpotSystem.HotSpotType.DIE) {
121 die(parentObject);
126 private void die(GameObject parentObject) { method in class:LifetimeComponent
184 public final void setDieOnHitBackground(boolean die) {
185 mDieOnHitBackground = die;
    [all...]
AnimationComponent.java 293 parentObject.getPosition().y + 10.0f) == HotSpotSystem.HotSpotType.DIE) {
PlayerComponent.java 272 // we fell off the bottom of the screen, die.
284 parentObject.getPosition().y + 10.0f) == HotSpotSystem.HotSpotType.DIE) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h 104 #define DIE 207 /* tell the daemon to exit() */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 104 #define DIE 207 /* tell the daemon to exit() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 104 #define DIE 207 /* tell the daemon to exit() */
  /external/clang/lib/Sema/
SemaInit.cpp 233 InitListExpr *IList, DesignatedInitExpr *DIE,
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 202 // Whether we should die when reporting an error.
203 enum DieWhenReporting { DIE, DO_NOT_DIE };
211 if (should_die == DIE)
688 ReportError(DIE, "ERROR: flag '%s' was defined more than once "
694 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 491 milliseconds