Home
last modified time | relevance | path

Searched refs:setTag (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp454 Namespace->setTag(dwarf::DW_TAG_namespace); in get()
1849 Subrange->setTag(dwarf::DW_TAG_subrange_type); in visitKnownRecord()
2299 LastLink->setTag(dwarf::DW_TAG_const_type); in visitKnownRecord()
2311 LastLink->setTag(dwarf::DW_TAG_volatile_type); in visitKnownRecord()
2323 LastLink->setTag(dwarf::DW_TAG_unaligned); in visitKnownRecord()
2378 Restrict->setTag(dwarf::DW_TAG_restrict_type); in visitKnownRecord()
2990 CurrentType->setTag(dwarf::DW_TAG_base_type); in createElement()
3000 CurrentType->setTag(dwarf::DW_TAG_enumerator); in createElement()
3025 CurrentSymbol->setTag(dwarf::DW_TAG_member); in createElement()
3075 CurrentType->setTag(dwarf::DW_TAG_typedef); in createElement()
[all …]
H A DLVELFReader.cpp539 CurrentElement->setTag(Tag); in processOneDie()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h37 void setLazy(bool Lazy) { setTag(Lazy); } in setLazy()
H A DASTVector.h48 void setTag(bool B) { Capacity.setInt(B); } in setTag() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h231 void setTag(dwarf::Tag Tag) { TagAttrOpcode.Tag = Tag; } in setTag() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h439 void setTag(const char *tag) { Tag = tag; } in setTag() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1875 X->setTag(getTag()); in VisitNode()
2770 piece->setTag(getTag()); in VisitNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h164 void setTag(unsigned Tag) { SubclassData16 = Tag; } in setTag() function
737 setTag(Tag); in mutate()