Searched refs:DIE (Results 1 - 21 of 21) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h17 #include "DIE.h"
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;
78 /// need DW_AT_containing_type attribute. This attribute points to a DIE tha
[all...]
H A DDwarfCompileUnit.cpp35 CompileUnit::CompileUnit(unsigned I, unsigned L, DIE *D, AsmPrinter *A,
49 DIEEntry *CompileUnit::createDIEEntry(DIE *Entry) {
55 void CompileUnit::addFlag(DIE *Die, unsigned Attribute) {
65 void CompileUnit::addUInt(DIE *Die, unsigned Attribute,
75 void CompileUnit::addSInt(DIE *Die, unsigned Attribute,
85 void CompileUnit::addString(DIE *Die, unsigned Attribute, StringRef String) {
99 void CompileUnit::addLabel(DIE *Die, unsigned Attribute, unsigned Form,
107 void CompileUnit::addDelta(DIE *Die, unsigned Attribute, unsigned Form,
113 /// addDIEEntry - Add a DIE attribute data and value.
115 void CompileUnit::addDIEEntry(DIE *Di
[all...]
H A DDIE.h1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
110 /// DIE - A structured debug information entry. Has an abbreviation which
114 class DIE { class in namespace:llvm
130 std::vector<DIE *> Children;
132 DIE *Parent;
141 explicit DIE(unsigned Tag) function in class:llvm::DIE
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...]
H A DDwarfDebug.h17 #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; }
233 DenseMap<const MDNode *, DIE *> AbstractSPDies;
246 SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs;
250 typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabel
[all...]
H A DAndroid.mk15 DIE.cpp \
43 DIE.cpp \
H A DDwarfDebug.cpp16 #include "DIE.h"
276 DIE* Die) {
299 /// updateSubprogramScopeDIE - Find DIE for the given subprogram and
303 DIE *DwarfDebug::updateSubprogramScopeDIE(CompileUnit *SPCU,
305 DIE *SPDie = SPCU->getDIE(SPNode);
307 assert(SPDie && "Unable to find subprogram DIE!");
312 // There is not any need to generate specification DIE for a function
315 // expect specification DIE in parent function. So avoid creating
316 // specification DIE for a function defined inside a function.
328 DIE *Ar
[all...]
H A DDwarfAccelTable.h26 #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) :
273 void AddName(StringRef, DIE*, char = 0);
H A DDIE.cpp1 //===--- 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) {
163 void DIE::dump() {
203 default: llvm_unreachable("DIE Value form not supported yet");
225 default: llvm_unreachable("DIE Value form not supported yet");
347 DIE
[all...]
H A DDwarfAccelTable.cpp16 #include "DIE.h"
47 void DwarfAccelTable::AddName(StringRef Name, DIE* die, char Flags) {
199 // Emit the DIE offset
/external/dbus/
H A Dautogen.sh14 DIE=0
27 DIE=1
43 DIE=1
50 DIE=1
53 if test "$DIE" -eq 1; then
/external/harfbuzz/
H A Dautogen.sh21 DIE=0
37 DIE=1
45 DIE=1
69 DIE=1
72 if test "$DIE" -eq 1; then
/external/libvorbis/
H A Dautogen.sh14 DIE=0
22 DIE=1
103 DIE=1
106 if test "$DIE" -eq 1; then
/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp520 // Try to get name from specification DIE.
530 // Try to get name from abstract origin DIE.
557 for (const DWARFDebugInfoEntryMinimal *DIE = this; DIE; ) {
558 // Append current DIE to inlined chain only if it has correct tag
560 if (DIE->isSubroutineDIE()) {
561 InlinedChain.push_back(*DIE);
564 const DWARFDebugInfoEntryMinimal *Child = DIE->getFirstChild();
572 DIE = Child;
/external/replicaisland/src/com/replica/replicaisland/
H A DHotSpotSystem.java42 public static final int DIE = 9; field in class:HotSpotSystem.HotSpotType
H A DLifetimeComponent.java108 parentObject.getPosition().y + 10.0f) == HotSpotSystem.HotSpotType.DIE) {
H A DAnimationComponent.java293 parentObject.getPosition().y + 10.0f) == HotSpotSystem.HotSpotType.DIE) {
H A DPlayerComponent.java284 parentObject.getPosition().y + 10.0f) == HotSpotSystem.HotSpotType.DIE) {
/external/clang/lib/Sema/
H A DSemaInit.cpp232 InitListExpr *IList, DesignatedInitExpr *DIE,
1193 if (DesignatedInitExpr *DIE = dyn_cast<DesignatedInitExpr>(Init)) {
1202 if (CheckDesignatedInitializer(Entity, IList, DIE, 0,
1351 if (DesignatedInitExpr *DIE = dyn_cast<DesignatedInitExpr>(Init)) {
1360 if (CheckDesignatedInitializer(Entity, IList, DIE, 0,
1475 DesignatedInitExpr *DIE,
1486 DIE->getDesignator(DesigIdx)->getDotLoc(),
1487 DIE->getDesignator(DesigIdx)->getFieldLoc()));
1498 DIE->ExpandDesignator(SemaRef.Context, DesigIdx, &Replacements[0],
1521 DesignatedInitExpr *DIE) {
1474 ExpandAnonymousFieldDesignator(Sema &SemaRef, DesignatedInitExpr *DIE, unsigned DesigIdx, IndirectFieldDecl *IndirectField) argument
1520 CloneDesignatedInitExpr(Sema &SemaRef, DesignatedInitExpr *DIE) argument
1588 CheckDesignatedInitializer(const InitializedEntity &Entity, InitListExpr *IList, DesignatedInitExpr *DIE, unsigned DesigIdx, QualType &CurrentObjectType, RecordDecl::field_iterator *NextField, llvm::APSInt *NextElementIndex, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex, bool FinishSubobjectInit, bool TopLevelObject) argument
2264 DesignatedInitExpr *DIE local
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc203 enum DieWhenReporting { DIE, DO_NOT_DIE }; enumerator in enum:google::__anon3106::DieWhenReporting
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'. "
954 ReportError(DIE, "ERROR: empty flaglist entry\n");
956 ReportError(DIE, "ERROR: flag \"%*s\" begins with '-'\n", len, value);
1318 ReportError(DIE, "ERROR: error parsing env variable '%s' with value '%s'\n",
1489 ReportError(DIE, "ERROR: SetUsageMessage() called twice\n");
/external/clang/lib/AST/
H A DExpr.cpp3586 DesignatedInitExpr *DIE = const_cast<DesignatedInitExpr*>(this); local
3588 return DIE->getDesignator(0)->getSourceRange();
3589 return SourceRange(DIE->getDesignator(0)->getStartLocation(),
3590 DIE->getDesignator(size()-1)->getEndLocation());
/external/srec/config/en.us/dictionary/
H A Dc0.629739 DIE D AY1
[all...]

Completed in 498 milliseconds