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.cpp441 Namespace->setTag(dwarf::DW_TAG_namespace); in get()
835 Symbol->setTag(dwarf::DW_TAG_formal_parameter); in visitKnownRecord()
885 Symbol->setTag(dwarf::DW_TAG_formal_parameter); in visitKnownRecord()
1381 AbstractFunction->setTag(dwarf::DW_TAG_subprogram); in visitKnownRecord()
1435 Symbol->setTag(dwarf::DW_TAG_formal_parameter); in visitKnownRecord()
1842 Subrange->setTag(dwarf::DW_TAG_subrange_type); in visitKnownRecord()
2293 LastLink->setTag(dwarf::DW_TAG_const_type); in visitKnownRecord()
2305 LastLink->setTag(dwarf::DW_TAG_volatile_type); in visitKnownRecord()
2317 LastLink->setTag(dwarf::DW_TAG_unaligned); in visitKnownRecord()
2372 Restrict->setTag(dwarf::DW_TAG_restrict_type); in visitKnownRecord()
[all …]
H A DLVDWARFReader.cpp355 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.h232 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.cpp1831 X->setTag(getTag()); in VisitNode()
2726 piece->setTag(getTag()); in VisitNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h166 void setTag(unsigned Tag) { SubclassData16 = Tag; } in setTag() function
745 setTag(Tag); in mutate()