| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | TableGen.cpp | 35 static void printRecords(const RecordKeeper &Records, raw_ostream &OS) { in printRecords() 39 static void printEnums(const RecordKeeper &Records, raw_ostream &OS) { in printEnums() 45 static void printSets(const RecordKeeper &Records, raw_ostream &OS) { in printSets()
|
| H A D | DirectiveEmitter.cpp | 83 getSpellings(ArrayRef<const Record *> Records) { in getSpellings() 93 static void generateEnumExports(ArrayRef<const Record *> Records, in generateEnumExports() 104 static void generateEnumClass(ArrayRef<const Record *> Records, raw_ostream &OS, in generateEnumClass() 131 static void generateEnumBitmask(ArrayRef<const Record *> Records, in generateEnumBitmask() 164 static void generateClauseEnumVal(ArrayRef<const Record *> Records, in generateClauseEnumVal() 271 static void emitDirectivesDecl(const RecordKeeper &Records, raw_ostream &OS) { in emitDirectivesDecl() 398 static void generateGetName(ArrayRef<const Record *> Records, raw_ostream &OS, in generateGetName() 437 static void generateGetKind(ArrayRef<const Record *> Records, raw_ostream &OS, in generateGetKind() 1406 static void emitDirectivesImpl(const RecordKeeper &Records, raw_ostream &OS) { in emitDirectivesImpl()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DXILEmitter.cpp | 314 static void emitDXILVersions(const RecordKeeper &Records, raw_ostream &OS) { in emitDXILVersions() 338 static void emitDXILOpClasses(const RecordKeeper &Records, raw_ostream &OS) { in emitDXILOpClasses() 347 static void emitDXILOpParamTypes(const RecordKeeper &Records, raw_ostream &OS) { in emitDXILOpParamTypes() 357 static void emitDXILAttributes(const RecordKeeper &Records, raw_ostream &OS) { in emitDXILAttributes() 376 static void emitDXILOpAttributes(const RecordKeeper &Records, in emitDXILOpAttributes() 464 static void emitDXILIntrinsicArgSelectTypes(const RecordKeeper &Records, in emitDXILIntrinsicArgSelectTypes() 467 for (const Record *Records : in emitDXILIntrinsicArgSelectTypes() local 551 static void emitDXILOperationTableDataStructs(const RecordKeeper &Records, in emitDXILOperationTableDataStructs() 591 static void emitDxilOperation(const RecordKeeper &Records, raw_ostream &OS) { in emitDxilOperation()
|
| H A D | DisassemblerEmitter.cpp | 98 static void emitDisassembler(const RecordKeeper &Records, raw_ostream &OS) { in emitDisassembler()
|
| H A D | DFAEmitter.cpp | 190 const RecordKeeper &Records; member in __anon4fed36600211::Automaton 209 const RecordKeeper &Records; member in __anon4fed36600211::AutomatonEmitter 239 Automaton::Automaton(const RecordKeeper &Records, const Record *R) in Automaton()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangCommentHTMLTagsEmitter.cpp | 22 void clang::EmitClangCommentHTMLTags(const RecordKeeper &Records, in EmitClangCommentHTMLTags() 39 void clang::EmitClangCommentHTMLTagsProperties(const RecordKeeper &Records, in EmitClangCommentHTMLTagsProperties()
|
| H A D | ClangCommentCommandInfoEmitter.cpp | 23 void clang::EmitClangCommentCommandInfo(const RecordKeeper &Records, in EmitClangCommentCommandInfo() 115 void clang::EmitClangCommentCommandList(const RecordKeeper &Records, in EmitClangCommentCommandList()
|
| H A D | ClangOpenCLBuiltinEmitter.cpp | 89 BuiltinNameEmitter(const RecordKeeper &Records, raw_ostream &OS) in BuiltinNameEmitter() 102 const RecordKeeper &Records; member in __anon27f8003c0111::BuiltinNameEmitter 238 OpenCLBuiltinFileEmitterBase(const RecordKeeper &Records, raw_ostream &OS) in OpenCLBuiltinFileEmitterBase() 306 const RecordKeeper &Records; member in __anon27f8003c0111::OpenCLBuiltinFileEmitterBase 317 OpenCLBuiltinTestEmitter(const RecordKeeper &Records, raw_ostream &OS) in OpenCLBuiltinTestEmitter() 330 OpenCLBuiltinHeaderEmitter(const RecordKeeper &Records, raw_ostream &OS) in OpenCLBuiltinHeaderEmitter() 1317 void clang::EmitClangOpenCLBuiltins(const RecordKeeper &Records, in EmitClangOpenCLBuiltins() 1323 void clang::EmitClangOpenCLBuiltinHeader(const RecordKeeper &Records, in EmitClangOpenCLBuiltinHeader() 1329 void clang::EmitClangOpenCLBuiltinTests(const RecordKeeper &Records, in EmitClangOpenCLBuiltinTests()
|
| H A D | SveEmitter.cpp | 306 const RecordKeeper &Records; member in __anone51b860d0111::SVEEmitter 1932 void EmitSveHeader(const RecordKeeper &Records, raw_ostream &OS) { in EmitSveHeader() 1936 void EmitSveBuiltins(const RecordKeeper &Records, raw_ostream &OS) { in EmitSveBuiltins() 1940 void EmitSveBuiltinCG(const RecordKeeper &Records, raw_ostream &OS) { in EmitSveBuiltinCG() 1944 void EmitSveRangeChecks(const RecordKeeper &Records, raw_ostream &OS) { in EmitSveRangeChecks() 1948 void EmitSveTypeFlags(const RecordKeeper &Records, raw_ostream &OS) { in EmitSveTypeFlags() 1952 void EmitImmCheckTypes(const RecordKeeper &Records, raw_ostream &OS) { in EmitImmCheckTypes() 1956 void EmitSveStreamingAttrs(const RecordKeeper &Records, raw_ostream &OS) { in EmitSveStreamingAttrs() 1960 void EmitSmeHeader(const RecordKeeper &Records, raw_ostream &OS) { in EmitSmeHeader() 1964 void EmitSmeBuiltins(const RecordKeeper &Records, raw_ostream &OS) { in EmitSmeBuiltins() [all …]
|
| H A D | ClangSyntaxEmitter.cpp | 45 Hierarchy(const RecordKeeper &Records) { in Hierarchy() 131 void clang::EmitClangSyntaxNodeList(const RecordKeeper &Records, in EmitClangSyntaxNodeList() 190 void clang::EmitClangSyntaxNodeClasses(const RecordKeeper &Records, in EmitClangSyntaxNodeClasses()
|
| H A D | ClangAttrEmitter.cpp | 191 static ParsedAttrMap getParsedAttrList(const RecordKeeper &Records, in getParsedAttrList() 1898 static void emitClangAttrLateParsedListImpl(const RecordKeeper &Records, in emitClangAttrLateParsedListImpl() 1917 static void emitClangAttrLateParsedList(const RecordKeeper &Records, in emitClangAttrLateParsedList() 1924 static void emitClangAttrLateParsedExperimentalList(const RecordKeeper &Records, in emitClangAttrLateParsedExperimentalList() 2091 const RecordKeeper &Records) { in PragmaClangAttributeSupport() 2151 getPragmaAttributeSupport(const RecordKeeper &Records) { in getPragmaAttributeSupport() 2382 static void generateNameToAttrsMap(const RecordKeeper &Records) { in generateNameToAttrsMap() 2472 static void emitClangAttrTypeArgList(const RecordKeeper &Records, in emitClangAttrTypeArgList() 2492 static void emitClangAttrArgContextList(const RecordKeeper &Records, in emitClangAttrArgContextList() 2553 static void emitClangAttrVariadicIdentifierArgList(const RecordKeeper &Records, in emitClangAttrVariadicIdentifierArgList() [all …]
|
| /freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
| H A D | LLDBPropertyDefEmitter.cpp | 170 void lldb_private::EmitPropertyDefs(const RecordKeeper &Records, in EmitPropertyDefs() 181 void lldb_private::EmitPropertyEnumDefs(const RecordKeeper &Records, in EmitPropertyEnumDefs()
|
| H A D | LLDBTableGenUtils.cpp | 15 RecordsByName lldb_private::getRecordsByName(ArrayRef<const Record *> Records, in getRecordsByName()
|
| H A D | LLDBOptionDefEmitter.cpp | 148 static void emitOptions(std::string Command, ArrayRef<const Record *> Records, in emitOptions() 171 void lldb_private::EmitOptionDefs(const RecordKeeper &Records, in EmitOptionDefs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeTableCollection.h | 39 ArrayRef<ArrayRef<uint8_t>> Records; variable
|
| H A D | DebugSymbolsSubsection.h | 51 std::vector<CVSymbol> Records; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | FDRLogBuilder.h | 26 std::vector<std::unique_ptr<Record>> Records; variable
|
| H A D | FDRRecordConsumer.h | 30 std::vector<std::unique_ptr<Record>> &Records; variable
|
| H A D | Trace.h | 50 RecordVector Records; variable
|
| H A D | BlockIndexer.h | 33 std::vector<Record *> Records; member
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Parser.cpp | 16 bool llvm::TableGenParseFile(SourceMgr &InputSrcMgr, RecordKeeper &Records) { in TableGenParseFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | Trace.cpp | 36 std::vector<XRayRecord> &Records) { in loadNaiveFormatLog() argument 266 loadFDRLog(StringRef Data,bool IsLittleEndian,XRayFileHeader & FileHeader,std::vector<XRayRecord> & Records) loadFDRLog() argument 349 loadYAMLLog(StringRef Data,XRayFileHeader & FileHeader,std::vector<XRayRecord> & Records) loadYAMLLog() argument [all...] |
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-converter.cpp | 87 void TraceConverter::exportAsYAML(const Trace &Records, raw_ostream &OS) { in exportAsYAML() argument 104 void TraceConverter::exportAsRAWv1(const Trace &Records, raw_ostream &OS) { in exportAsRAWv1() argument 274 void TraceConverter::exportAsChromeTraceEventFormat(const Trace &Records, in exportAsChromeTraceEventFormat() argument [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | RecordsSlice.cpp | 159 auto getIVar = [Name](auto &Records) -> ObjCIVarRecord * { in findObjCIVar() 244 std::vector<ObjCIVarRecord *> Records; in getObjCIVars() local 253 std::vector<ObjCCategoryRecord *> Records; in getObjCCategories() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | Utils.cpp | 30 void llvm::sortAndReportDuplicates(MutableArrayRef<const Record *> Records, in sortAndReportDuplicates()
|