/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoEntry.h | 66 dwarf::Tag getTag() const { in getTag() function
|
H A D | DWARFDie.h | 71 dwarf::Tag getTag() const { in getTag() function
|
H A D | DWARFAbbreviationDeclaration.h | 98 dwarf::Tag getTag() const { return Tag; } in getTag() function
|
H A D | DWARFAcceleratorTable.h | 436 std::optional<dwarf::Tag> getTag() const override { return tag(); } getTag() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PostOrderCFGView.cpp | 40 const void *PostOrderCFGView::getTag() { static int x; return &x; } in getTag() function in PostOrderCFGView
|
H A D | LiveVariables.cpp | 642 const void *LiveVariables::getTag() { static int x; return &x; } in getTag() function in LiveVariables 643 const void *RelaxedLiveVariables::getTag() { static int x; return &x; } in getTag() function in RelaxedLiveVariables
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ChrootChecker.cpp | 51 static void *getTag() { getTag() function in __anon5bbeeba40111::ChrootChecker
|
H A D | InnerPointerChecker.cpp | 49 static void *getTag() { getTag() function in __anond4c4c9720111::InnerPointerChecker::InnerPointerBRVisitor
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | PointerSumType.h | 119 TagT getTag() const { in getTag() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerDeclContext.h | 107 uint16_t getTag() const { return Tag; } in getTag() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalUnion.h | 85 unsigned getTag() const { return Tag; } in getTag() function
|
H A D | DIE.h | 100 dwarf::Tag getTag() const { return Tag; } in getTag() function 855 dwarf::Tag getTag() const { return Tag; } in getTag() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 253 dwarf::Tag getTag() const { in getTag() function 306 dwarf::Tag getTag() const { in getTag() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 104 const void *getTag() const { return SymbolTag; } in getTag() function 248 const void *getTag() const { return Tag; } in getTag() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 656 static std::optional<unsigned> getTag(const TargetRegisterInfo *TRI, in getTag() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 47 bool getTag() const { return Capacity.getInt(); } in getTag() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 529 static void *getTag() { getTag() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 230 dwarf::Tag getTag() const { return TagAttrOpcode.Tag; } in getTag() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 945 void* getTag() const { getTag() function in __anon538bd2f50311::MacroNullReturnSuppressionVisitor 1012 static void *getTag() { getTag() function in __anon538bd2f50411::ReturnVisitor 1821 const char *TrackConstraintBRVisitor::getTag() { getTag() function in TrackConstraintBRVisitor 1902 const char *SuppressInlineDefensiveChecksVisitor::getTag() { getTag() function in SuppressInlineDefensiveChecksVisitor 2763 const char *ConditionBRVisitor::getTag() { return "ConditionBRVisitor"; } getTag() function in ConditionBRVisitor [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 621 static void *getTag() { static int tag; return &tag; } in getTag() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 442 const void *getTag() const { return Tag.data(); } in getTag() function
|
H A D | ProgramPoint.h | 173 const ProgramPointTag *getTag() const { return Tag.getPointer(); } in getTag() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 299 std::optional<dwarf::Tag> AppleAcceleratorTable::Entry::getTag() const { in getTag() function in AppleAcceleratorTable::Entry
|
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 32 unsigned llvm::dwarf::getTag(StringRef TagString) { in getTag() function in llvm::dwarf
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 284 dwarf::Tag DINode::getTag() const { return (dwarf::Tag)SubclassData16; } getTag() function in DINode 387 dwarf::Tag GenericDINode::getTag() const { return (dwarf::Tag)SubclassData16; } getTag() function in GenericDINode [all...] |