/openbsd-src/gnu/llvm/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 | 90 dwarf::Tag getTag() const { return Tag; } in getTag() function
|
H A D | DWARFAcceleratorTable.h | 292 std::optional<dwarf::Tag> getTag() const override { return tag(); } in getTag() function
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ChrootChecker.cpp | 51 static void *getTag() { in getTag() function in __anonab9e32a90111::ChrootChecker
|
H A D | InnerPointerChecker.cpp | 49 static void *getTag() { in getTag() function in __anon37a080370111::InnerPointerChecker::InnerPointerBRVisitor
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | PointerSumType.h | 119 TagT getTag() const { in getTag() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.h | 105 uint16_t getTag() const { return Tag; } in getTag() function
|
/openbsd-src/gnu/llvm/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 775 dwarf::Tag getTag() const { return Tag; } in getTag() function
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 189 dwarf::Tag getTag() const { in getTag() function 251 dwarf::Tag getTag() const { in getTag() function
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 103 const void *getTag() const { return SymbolTag; } in getTag() function 247 const void *getTag() const { return Tag; } in getTag() function
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTVector.h | 47 bool getTag() const { return Capacity.getInt(); } in getTag() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 657 static std::optional<unsigned> getTag(const TargetRegisterInfo *TRI, in getTag() function
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 520 static void *getTag() { in getTag() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 246 dwarf::Tag getTag() const { return TagAttrOpcode.Tag; } in getTag() function
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 919 void* getTag() const { in getTag() function in __anon1858ef3a0311::MacroNullReturnSuppressionVisitor 986 static void *getTag() { in getTag() function in __anon1858ef3a0411::ReturnVisitor 1795 const char *TrackConstraintBRVisitor::getTag() { in getTag() function in TrackConstraintBRVisitor 1885 const char *SuppressInlineDefensiveChecksVisitor::getTag() { in getTag() function in SuppressInlineDefensiveChecksVisitor 2745 const char *ConditionBRVisitor::getTag() { return "ConditionBRVisitor"; } in getTag() function in ConditionBRVisitor
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 624 static void *getTag() { static int tag; return &tag; } in getTag() function
|
/openbsd-src/gnu/llvm/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 | 175 const ProgramPointTag *getTag() const { return Tag.getPointer(); } in getTag() function
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 295 std::optional<dwarf::Tag> AppleAcceleratorTable::Entry::getTag() const { in getTag() function in AppleAcceleratorTable::Entry
|
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 32 unsigned llvm::dwarf::getTag(StringRef TagString) { in getTag() function in llvm::dwarf
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 217 dwarf::Tag DINode::getTag() const { return (dwarf::Tag)SubclassData16; } in getTag() function in DINode 320 dwarf::Tag GenericDINode::getTag() const { return (dwarf::Tag)SubclassData16; } in getTag() function in GenericDINode
|