Searched refs:DIE (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp669 if (const CXXDefaultInitExpr *DIE = dyn_cast<CXXDefaultInitExpr>(init))
670 init = DIE->getExpr();
H A DCGExprAgg.cpp172 void VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) { argument
174 Visit(DIE->getExpr());
H A DCGExprConstant.cpp755 llvm::Constant *VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) { argument
758 return Visit(DIE->getExpr());
H A DCGExprScalar.cpp393 Value *VisitCXXDefaultInitExpr(CXXDefaultInitExpr *DIE) { argument
395 return Visit(DIE->getExpr());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp136 // Save at least the compile unit DIE
165 // Set the offset to that of the first DIE and calculate the start of the
171 // Keep a flat array of the DIE for binary lookup by DIE offset
221 // This will only happen if a DIE says is has children
224 // we need a way to let the DIE know that it actually doesn't
237 // Only push the DIE if it isn't a NULL DIE
244 // NULL DIE.
258 // Normal DIE
[all...]
H A DSymbolFileDWARF.cpp363 GetTypes (dwarf_cu->DIE(),
380 GetTypes (dwarf_cu->DIE(),
1392 // DW_TAG_subprogram DIE
2550 // If we have no parent decl context to match this DIE matches, and if the parent
3211 // get indexed and make their global DIE index list
3320 // If this is the original DIE that we are searching for a declaration
3415 // This function can be used when a DIE is found that is a forward declaration
3416 // DIE and we want to try and find a type that has the complete definition.
3460 // Don't try and resolve the DIE we are looking for with the DIE itsel
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3741 DesignatedInitExpr *DIE = const_cast<DesignatedInitExpr*>(this); local
3743 return DIE->getDesignator(0)->getSourceRange();
3744 return SourceRange(DIE->getDesignator(0)->getLocStart(),
3745 DIE->getDesignator(size()-1)->getLocEnd());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp3817 ExprResult DIE = local
3819 if (DIE.isInvalid())
3825 SourceLocation(), DIE.get(), SourceLocation());
3829 SourceLocation(), DIE.get(), SourceLocation());

Completed in 299 milliseconds

12