Home
last modified time | relevance | path

Searched defs:Tag (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMSP430AttributeParser.cpp23 Error MSP430AttributeParser::parseISA(AttrType Tag) { in parseISA()
28 Error MSP430AttributeParser::parseCodeModel(AttrType Tag) { in parseCodeModel()
33 Error MSP430AttributeParser::parseDataModel(AttrType Tag) { in parseDataModel()
38 Error MSP430AttributeParser::parseEnumSize(AttrType Tag) { in parseEnumSize()
43 Error MSP430AttributeParser::handler(uint64_t Tag, bool &Handled) { in handler()
H A DHexagonAttributeParser.cpp44 Error HexagonAttributeParser::handler(uint64_t Tag, bool &Handled) { in handler()
H A DRISCVAttributeParser.cpp46 Error RISCVAttributeParser::atomicAbi(unsigned Tag) { in atomicAbi()
H A DAutoConvert.cpp108 struct file_tag Tag; in setFileTag() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp32 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
65 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
126 Record &Tag = *Tags[i]; in EmitClangCommentCommandList() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp409 struct Tag { struct
410 StringRef Name;
411 AvailabilityItem Availability;
412 StringRef SwiftName;
413 std::optional<bool> SwiftPrivate;
414 std::optional<StringRef> SwiftBridge;
415 std::optional<StringRef> NSErrorDomain;
416 std::optional<std::string> SwiftImportAs;
417 std::optional<std::string> SwiftRetainOp;
418 std::optional<std::string> SwiftReleaseOp;
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp28 class Tag { class
35 Tag(StringRef Name, const SMLoc Location) : Id(Name) { in Tag() function in __anon0e7c43e70111::Tag
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h190 StringRef Tag; variable
216 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() argument
259 BlockScalarNode(std::unique_ptr<Document> & D,StringRef Anchor,StringRef Tag,StringRef Value,StringRef RawVal) BlockScalarNode() argument
424 MappingNode(std::unique_ptr<Document> & D,StringRef Anchor,StringRef Tag,MappingType MT) MappingNode() argument
479 SequenceNode(std::unique_ptr<Document> & D,StringRef Anchor,StringRef Tag,SequenceType ST) SequenceNode() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h105 unsigned Tag; member
134 void emitGNUAttribute(unsigned Tag, unsigned Value) override { in emitGNUAttribute()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h161 inline uptr addFixedTag(uptr Ptr, uptr Tag) { in addFixedTag()
281 inline NORETURN uptr addFixedTag(uptr Ptr, uptr Tag) { in addFixedTag()
322 inline void *addFixedTag(void *Ptr, uptr Tag) { in addFixedTag()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h31 unsigned Tag = 0; member
50 unsigned Tag = 0; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h233 PDB_SymType Tag; variable
H A DNativeTypeUDT.h69 codeview::TagRecord *Tag = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp168 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry()
248 void DIEHash::hashAttribute(const DIEValue &Value, dwarf::Tag Tag) { in hashAttribute()
336 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp76 static CheckerProgramPointTag Tag("MPI-Checker", "UnmatchedWait"); in checkUnmatchedWaits() local
108 static CheckerProgramPointTag Tag("MPI-Checker", "MissingWait"); in checkMissingWaits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp111 static SDValue getTagSymNode(int Tag, SelectionDAG *DAG) { in getTagSymNode()
212 int Tag = Node->getConstantOperandVal(2); in Select() local
235 int Tag = Node->getConstantOperandVal(2); in Select() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp19 int ImplicitNullDerefEvent::Tag; member in ImplicitNullDerefEvent
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.h71 static int Tag = 0; in Profile() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp16 static bool IsStructOrClassTag(llvm::dwarf::Tag Tag) { in IsStructOrClassTag()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkup.h38 StringRef Tag; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h36 unsigned Tag = 0; member
51 unsigned Tag = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp59 #define FACTORY_SYMTAG_CASE(Tag, Type) \ argument
64 PDBSymbol::createSymbol(const IPDBSession &PDBSession, PDB_SymType Tag) { in createSymbol()
H A DPDBExtras.cpp245 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_SymType &Tag) { in operator <<()
410 for (auto Tag : Stats) { in operator <<() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp48 BTFTypeDerived::BTFTypeDerived(const DIDerivedType *DTy, unsigned Tag, in BTFTypeDerived()
74 BTFTypeDerived::BTFTypeDerived(unsigned NextTypeId, unsigned Tag, in BTFTypeDerived()
446 StringRef Tag) in BTFTypeDeclTag()
467 BTFTypeTypeTag::BTFTypeTypeTag(uint32_t NextTypeId, StringRef Tag) in BTFTypeTypeTag()
474 BTFTypeTypeTag::BTFTypeTypeTag(const DIDerivedType *DTy, StringRef Tag) in BTFTypeTypeTag()
774 auto Tag = CTy->getTag(); in visitCompositeType() local
801 unsigned Tag = DTy->getTag(); in visitDerivedType() local
949 auto Tag = DTy->getTag(); in visitMapDefType() local
961 auto Tag = CTy->getTag(); in visitMapDefType() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp88 auto Tag = dwarf::TagString(T->getTag()); in printModuleDebugInfo() local

12345678