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()
848 Symbol->setTag(dwarf::DW_TAG_formal_parameter); in visitKnownRecord()
898 Symbol->setTag(dwarf::DW_TAG_formal_parameter); in visitKnownRecord()
1388 AbstractFunction->setTag(dwarf::DW_TAG_subprogram); in visitKnownRecord()
1442 Symbol->setTag(dwarf::DW_TAG_formal_parameter); in visitKnownRecord()
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()
[all …]
H A DLVDWARFReader.cpp552 CurrentElement->setTag(Tag); in processOneDie()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h38 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.cpp1879 X->setTag(getTag()); in VisitNode()
2774 piece->setTag(getTag()); in VisitNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h165 void setTag(unsigned Tag) { SubclassData16 = Tag; } in setTag() function
738 setTag(Tag); in mutate()