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

12

  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /external/clang/lib/Sema/
SemaInit.cpp 295 InitListExpr *IList, DesignatedInitExpr *DIE,
469 Expr *DIE = CXXDefaultInitExpr::Create(SemaRef.Context, Loc, Field);
471 ILE->setInit(Init, DIE);
473 ILE->updateInit(SemaRef.Context, Init, DIE);
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.h 77 DIE()
86 AddDIE (DWARFDebugInfoEntry& die)
88 // The average bytes per DIE entry has been seen to be
93 // the main compile unit DIE. The compile unit DIE is always
95 // the first compile unit child DIE and should reserve
99 m_die_array.push_back(die);
154 // AddGlobal (const DWARFDebugInfoEntry* die);
DWARFCompileUnit.cpp 143 // Save at least the compile unit DIE
169 // Set the offset to that of the first DIE and calculate the start of the
174 DWARFDebugInfoEntry die; local
175 // Keep a flat array of the DIE for binary lookup by DIE offset
197 die.FastExtract (debug_info_data, this, fixed_form_sizes, &offset))
201 // die.GetOffset(),
203 // DW_TAG_value_to_name (die.Tag()),
204 // die.HasChildren() ? " *" : "");
206 const bool null_die = die.IsNULL()
395 const DWARFDebugInfoEntry* die = DIE(); local
452 const DWARFDebugInfoEntry* die = DIE(); local
633 const DWARFDebugInfoEntry &die = *pos; local
959 const DWARFDebugInfoEntry *die = GetCompileUnitDIEOnly(); local
    [all...]
DWARFDebugInfo.cpp 277 // Get the DIE (Debug Information Entry) with the specified offset.
294 DWARFDebugInfoEntry* die = NULL; local
296 die = (*cu_handle)->GetDIEPtr(die_offset);
298 if (die == NULL)
304 die = cu_sp->GetDIEPtr(die_offset);
307 if (die == NULL)
309 return die;
330 // that gets parses all compile units and DIE's into an internate
339 DWARFDebugInfoEntry* die,
347 if (die)
702 const DWARFDebugInfoEntry* die = cu_sp->DIE(); local
    [all...]
SymbolFileDWARF.cpp 119 void Push (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die)
121 m_dies.push_back (DIEInfo(cu, die));
133 const DWARFDebugInfoEntry *die = m_dies[i].die; local
135 die->GetQualifiedName(dwarf, cu, qualified_name);
138 die->GetOffset(),
139 DW_TAG_value_to_name(die->Tag()),
159 Push (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die)
162 m_die_stack.Push (cu, die);
182 die(d
186 const DWARFDebugInfoEntry *die; member in struct:DIEStack::DIEInfo
433 const DWARFDebugInfoEntry *die; local
1125 const DWARFDebugInfoEntry *die = dwarf_cu->GetCompileUnitDIEOnly(); local
1149 const DWARFDebugInfoEntry *die = function_dies.GetDIEPtrAtIndex(func_idx); local
1705 const DWARFDebugInfoEntry *die; local
2246 const DWARFDebugInfoEntry* die = debug_info->GetDIEPtr(type_uid, &cu_sp); local
2344 const DWARFDebugInfoEntry* die = m_forward_decl_clang_type_to_die.lookup (clang_type_no_qualifiers.GetOpaqueQualType()); local
2354 const DWARFDebugInfoEntry* die = m_forward_decl_clang_type_to_die.lookup (clang_type_no_qualifiers.GetOpaqueQualType()); local
3147 const DWARFDebugInfoEntry* die = NULL; local
3257 const DWARFDebugInfoEntry* die = NULL; local
3297 const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); local
3593 const DWARFDebugInfoEntry *die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); local
3628 const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); local
3665 const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offset, &dwarf_cu); local
3777 const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offsets[i], &dwarf_cu); local
3806 const DWARFDebugInfoEntry* die = info->GetDIEPtrWithCompileUnitHint (die_offsets[i], &dwarf_cu); local
3959 const DWARFDebugInfoEntry* die = NULL; local
4062 const DWARFDebugInfoEntry* die = NULL; local
4157 const DWARFDebugInfoEntry *die; local
4323 const DWARFDebugInfoEntry *die; local
4402 const DWARFDebugInfoEntry *die; local
4514 const DWARFDebugInfoEntry* die = DebugInfo()->GetDIEPtr(die_offset, &cu_sp); local
4529 const DWARFDebugInfoEntry* die = debug_info->GetDIEPtr(die_offset, &cu_sp); local
6561 LinkDeclContextToDIE(ClangASTContext::GetAsDeclContext(objc_method_decl), die); local
6719 LinkDeclContextToDIE(ClangASTContext::GetAsDeclContext(cxx_method_decl), die); local
7157 const DWARFDebugInfoEntry* die = NULL; local
7544 const DWARFDebugInfoEntry *die = info->GetDIEPtrWithCompileUnitHint(func_die_offset, result_die_cu_handle); local
7619 const DWARFDebugInfoEntry *die = orig_die; local
7808 const DWARFDebugInfoEntry* die = NULL; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
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) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 15 #include "DIE.h"
32 void DwarfAccelTable::AddName(StringRef Name, MCSymbol *StrSym, const DIE *die,
35 // If the string is in the list already then add this die to the list
40 DIEs.Values.push_back(new (Allocator) HashDataContents(die, Flags));
67 return A->Die->getOffset() < B->Die->getOffset();
115 Asm->OutStreamer.AddComment("HeaderData Die Offset Base");
191 // Emit the DIE offset
192 Asm->EmitInt32(HD->Die->getOffset())
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 190 ComplexPairTy VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) {
192 return Visit(DIE->getExpr());
    [all...]
CGDecl.cpp 578 if (const CXXDefaultInitExpr *DIE = dyn_cast<CXXDefaultInitExpr>(init))
579 init = DIE->getExpr();
    [all...]
CGExprAgg.cpp 164 void VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) {
166 Visit(DIE->getExpr());
    [all...]
CGExprConstant.cpp 713 llvm::Constant *VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) {
716 return Visit(DIE->getExpr());
    [all...]
CGExprScalar.cpp 350 Value *VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) {
352 return Visit(DIE->getExpr());
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 977 milliseconds

12