| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | DebugInfo.cpp | 155 switch (getTag()) { in isBasicType() 168 switch (getTag()) { in isDerivedType() 192 switch (getTag()) { in isCompositeType() 209 switch (getTag()) { in isVariable() 226 return DbgNode && getTag() == dwarf::DW_TAG_subprogram; in isSubprogram() 232 return DbgNode && (getTag() == dwarf::DW_TAG_variable || in isGlobalVariable() 233 getTag() == dwarf::DW_TAG_constant); in isGlobalVariable() 239 return DbgNode && getTag() == dwarf::DW_TAG_unspecified_parameters; in isUnspecifiedParameter() 247 switch (getTag()) { in isScope() 263 return DbgNode && getTag() == dwarf::DW_TAG_template_type_parameter; in isTemplateTypeParameter() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | ChrootChecker.cpp | 49 static void *getTag() { in getTag() function in __anonc59b71e40111::ChrootChecker 93 state = Mgr.addGDM(state, ChrootChecker::getTag(), (void*) ROOT_CHANGED); in Chroot() 102 const void *k = state->FindGDM(ChrootChecker::getTag()); in Chdir() 115 state = Mgr.addGDM(state, ChrootChecker::getTag(), in Chdir() 140 void *const* k = C.getState()->FindGDM(ChrootChecker::getTag()); in checkPreStmt()
|
| D | ObjCContainersChecker.cpp | 51 static void *getTag() { static int Tag; return &Tag; } in getTag() function in __anonda3d90e90111::ObjCContainersChecker
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIEHash.cpp | 95 while (Cur->getTag() != dwarf::DW_TAG_compile_unit) { in addParentContext() 111 addULEB128(Die.getTag()); in addParentContext() 385 hashAttributes(Attrs, Die.getTag()); in addAttributes() 394 addULEB128(Die.getTag()); in hashNestedType() 406 addULEB128(Die.getTag()); in computeHash() 417 if (isType((*I)->getTag()) || (*I)->getTag() == dwarf::DW_TAG_subprogram) { in computeHash() 449 addULEB128(Die.getTag()); in computeDIEODRSignature()
|
| D | DwarfCompileUnit.cpp | 611 uint16_t Tag = Ty.getTag(); in addBlockByrefAddress() 714 unsigned Tag = Ty.getTag(); in getBaseTypeSize() 730 if (BaseType.getTag() == dwarf::DW_TAG_reference_type || in getBaseTypeSize() 731 BaseType.getTag() == dwarf::DW_TAG_rvalue_reference_type) in getBaseTypeSize() 916 TyDIE = createAndAddDIE(Ty.getTag(), *ContextDIE, Ty); in getOrCreateTypeDIE() 1059 uint16_t SPTag = SPTy.getTag(); in addPubTypes() 1081 if (BTy.getTag() == dwarf::DW_TAG_unspecified_type) in constructTypeDIE() 1096 uint16_t Tag = Buffer.getTag(); in constructTypeDIE() 1150 uint16_t Tag = CTy.getTag(); in shouldCreateTypeUnit() 1172 uint16_t Tag = Buffer.getTag(); in constructTypeDIE() [all …]
|
| D | DwarfAccelTable.h | 175 O << " Tag: " << dwarf::TagString(Die->getTag()) << "\n"; in print() 203 O << " Tag: " << dwarf::TagString(Data[i]->Die->getTag()) << "\n"; in print()
|
| D | DIE.h | 77 dwarf::Tag getTag() const { return Tag; } in getTag() function 143 dwarf::Tag getTag() const { return Abbrev.getTag(); } in getTag() function
|
| D | DIE.cpp | 128 if (p->getTag() == dwarf::DW_TAG_compile_unit) in getCompileUnitOrNull() 150 bool isBlock = Abbrev.getTag() == 0; in print() 160 << dwarf::TagString(Abbrev.getTag()) in print()
|
| D | DwarfDebug.h | 173 uint16_t getTag() const { in getTag() function 174 if (Var.getTag() == dwarf::DW_TAG_arg_variable) in getTag()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | BugReporterVisitor.h | 151 static const char *getTag(); 195 static const char *getTag(); 255 static void *getTag() { in getTag() function 261 ID.AddPointer(getTag()); in Profile() 326 static const char *getTag();
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| D | LiveVariables.h | 102 static const void *getTag(); 115 static const void *getTag();
|
| D | PostOrderCFGView.h | 103 static const void *getTag();
|
| /freebsd-10-stable/contrib/llvm/lib/DebugInfo/ |
| D | DWARFAbbreviationDeclaration.cpp | 65 const char *tagString = TagString(getTag()); in dump() 70 OS << format("DW_TAG_Unknown_%x", getTag()); in dump()
|
| D | DWARFDebugInfoEntry.cpp | 34 const char *tagString = TagString(getTag()); in dump() 38 OS.indent(indent) << format("DW_TAG_Unknown_%x", getTag()); in dump() 136 return getTag() == DW_TAG_subprogram; in isSubprogramDIE() 140 uint32_t Tag = getTag(); in isSubroutineDIE()
|
| D | DWARFDebugInfoEntry.h | 53 uint32_t getTag() const { return AbbrevDecl ? AbbrevDecl->getTag() : 0; } in getTag() function
|
| D | DWARFAbbreviationDeclaration.h | 35 uint32_t getTag() const { return Tag; } in getTag() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | BugReporterVisitors.cpp | 154 static void *getTag() { in getTag() function in __anona6a2e9350111::ReturnVisitor 160 ID.AddPointer(ReturnVisitor::getTag()); in Profile() 376 BR.removeInvalidation(ReturnVisitor::getTag(), StackFrame); in visitNodeMaybeUnsuppress() 406 BR.markInvalid(ReturnVisitor::getTag(), StackFrame); in getEndPath() 720 const char *TrackConstraintBRVisitor::getTag() { in getTag() function in TrackConstraintBRVisitor 778 X->setTag(getTag()); in VisitNode() 806 const char *SuppressInlineDefensiveChecksVisitor::getTag() { in getTag() function in SuppressInlineDefensiveChecksVisitor 1151 const char *ConditionBRVisitor::getTag() { in getTag() function in ConditionBRVisitor 1161 piece->setTag(getTag()); in VisitNode() 1200 const ProgramPointTag *tag = PS->getTag(); in VisitNodeImpl() [all …]
|
| D | ExplodedGraph.cpp | 113 return !progPoint.getTag(); in shouldCollect() 120 if (progPoint.getTag()) in shouldCollect()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| D | CheckerManager.h | 166 CheckerTag tag = getTag<CHECKER>(); in registerChecker() 180 CheckerTag tag = getTag<CHECKER>(); in registerChecker() 531 EventInfo &info = Events[getTag<EVENT>()]; in _registerListenerForEvent() 537 EventInfo &info = Events[getTag<EVENT>()]; in _registerDispatcherForEvent() 543 EventsTy::const_iterator I = Events.find(getTag<EVENT>()); in _dispatchEvent() 560 static void *getTag() { static int tag; return &tag; } in getTag() function
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | LiveIntervalUnion.h | 81 unsigned getTag() const { return Tag; } in getTag() function 145 Tag = LIU->getTag(); in init()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | PostOrderCFGView.cpp | 38 const void *PostOrderCFGView::getTag() { static int x; return &x; } in getTag() function in PostOrderCFGView
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ASTUnresolvedSet.h | 29 bool isLazy() const { return getTag(); } in isLazy()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | InterferenceCache.h | 80 RegUnitInfo(LiveIntervalUnion &LIU) : VirtTag(LIU.getTag()), Fixed(0) { in RegUnitInfo()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/ |
| D | DebugInfo.h | 121 uint16_t getTag() const { in getTag() function 352 assert(getTag() == dwarf::DW_TAG_ptr_to_member_type); in getClassType() 357 assert((getTag() == dwarf::DW_TAG_member) && isStaticMember()); in getConstant()
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r261991-llvm-r198385-fix-dwarf2.diff | 21 if (DT.getTag() == dwarf::DW_TAG_inheritance && DT.isVirtual()) {
|