/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | TableGen.cpp | 43 void PrintRecords(RecordKeeper &Records, raw_ostream &OS) { in PrintRecords() 47 void PrintEnums(RecordKeeper &Records, raw_ostream &OS) { in PrintEnums() 53 void PrintSets(RecordKeeper &Records, raw_ostream &OS) { in PrintSets()
|
H A D | ExegesisEmitter.cpp | 54 RecordKeeper &Records; member in __anon2157dad20111::ExegesisEmitter 62 collectPfmCounters(const RecordKeeper &Records) { in collectPfmCounters() argument
|
H A D | DisassemblerEmitter.cpp | 97 static void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { in EmitDisassembler()
|
H A D | DFAEmitter.cpp | 194 RecordKeeper &Records; member in __anon4fed36600211::Automaton 213 RecordKeeper &Records; member in __anon4fed36600211::AutomatonEmitter 243 Automaton::Automaton(RecordKeeper &Records, Record *R) in Automaton()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangCommentCommandInfoEmitter.cpp | 23 void clang::EmitClangCommentCommandInfo(RecordKeeper &Records, in EmitClangCommentCommandInfo() 115 void clang::EmitClangCommentCommandList(RecordKeeper &Records, in EmitClangCommentCommandList()
|
H A D | SveEmitter.cpp | 299 RecordKeeper &Records; member in __anone51b860d0111::SVEEmitter 1841 void EmitSveHeader(RecordKeeper &Records, raw_ostream &OS) { in EmitSveHeader() 1845 void EmitSveBuiltins(RecordKeeper &Records, raw_ostream &OS) { in EmitSveBuiltins() 1849 void EmitSveBuiltinCG(RecordKeeper &Records, raw_ostream &OS) { in EmitSveBuiltinCG() 1853 void EmitSveRangeChecks(RecordKeeper &Records, raw_ostream &OS) { in EmitSveRangeChecks() 1857 void EmitSveTypeFlags(RecordKeeper &Records, raw_ostream &OS) { in EmitSveTypeFlags() 1861 void EmitSveStreamingAttrs(RecordKeeper &Records, raw_ostream &OS) { in EmitSveStreamingAttrs() 1865 void EmitSmeHeader(RecordKeeper &Records, raw_ostream &OS) { in EmitSmeHeader() 1869 void EmitSmeBuiltins(RecordKeeper &Records, raw_ostream &OS) { in EmitSmeBuiltins() 1873 void EmitSmeBuiltinCG(RecordKeeper &Records, raw_ostream &OS) { in EmitSmeBuiltinCG() [all …]
|
H A D | ClangAttrEmitter.cpp | 173 static ParsedAttrMap getParsedAttrList(const RecordKeeper &Records, in getParsedAttrList() 1895 static void emitClangAttrLateParsedListImpl(RecordKeeper &Records, in emitClangAttrLateParsedListImpl() 1916 static void emitClangAttrLateParsedList(RecordKeeper &Records, in emitClangAttrLateParsedList() 1923 static void emitClangAttrLateParsedExperimentalList(RecordKeeper &Records, in emitClangAttrLateParsedExperimentalList() 2089 RecordKeeper &Records) { in PragmaClangAttributeSupport() 2153 getPragmaAttributeSupport(RecordKeeper &Records) { in getPragmaAttributeSupport() 2391 static void emitClangAttrTypeArgList(RecordKeeper &Records, raw_ostream &OS) { in emitClangAttrTypeArgList() 2414 static void emitClangAttrArgContextList(RecordKeeper &Records, raw_ostream &OS) { in emitClangAttrArgContextList() 2475 static void emitClangAttrVariadicIdentifierArgList(RecordKeeper &Records, in emitClangAttrVariadicIdentifierArgList() 2502 static void emitClangAttrUnevaluatedStringLiteralList(RecordKeeper &Records, in emitClangAttrUnevaluatedStringLiteralList() [all …]
|
H A D | RISCVVEmitter.cpp | 98 RecordKeeper &Records; member in __anon92aa39bc0111::RVVEmitter 768 void EmitRVVHeader(RecordKeeper &Records, raw_ostream &OS) { in EmitRVVHeader() 772 void EmitRVVBuiltins(RecordKeeper &Records, raw_ostream &OS) { in EmitRVVBuiltins() 776 void EmitRVVBuiltinCG(RecordKeeper &Records, raw_ostream &OS) { in EmitRVVBuiltinCG() 780 void EmitRVVBuiltinSema(RecordKeeper &Records, raw_ostream &OS) { in EmitRVVBuiltinSema()
|
/freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBPropertyDefEmitter.cpp | 170 void lldb_private::EmitPropertyDefs(RecordKeeper &Records, raw_ostream &OS) { in EmitPropertyDefs() argument 180 void lldb_private::EmitPropertyEnumDefs(RecordKeeper &Records, in EmitPropertyEnumDefs() argument
|
H A D | LLDBTableGenUtils.cpp | 15 RecordsByName lldb_private::getRecordsByName(std::vector<Record *> Records, in getRecordsByName()
|
H A D | LLDBOptionDefEmitter.cpp | 148 static void emitOptions(std::string Command, std::vector<Record *> Records, in emitOptions() argument 173 void lldb_private::EmitOptionDefs(RecordKeeper &Records, raw_ostream &OS) { in EmitOptionDefs() argument
|
H A D | LLDBTableGen.cpp | 46 static bool LLDBTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in LLDBTableGenMain()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeTableCollection.h | 38 ArrayRef<ArrayRef<uint8_t>> Records; variable
|
H A D | DebugSymbolsSubsection.h | 50 std::vector<CVSymbol> Records; variable
|
H A D | LazyRandomTypeCollection.h | 102 std::vector<CacheEntry> 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 | 29 std::vector<std::unique_ptr<Record>> &Records; variable
|
H A D | Trace.h | 49 RecordVector Records; variable
|
H A D | BlockIndexer.h | 32 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()
|
H A D | TableGenBackendSkeleton.cpp | 33 RecordKeeper &Records; global() member in __anon5c2265f00111::SkeletonEmitter
|
/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() 245 std::vector<ObjCIVarRecord *> Records; in getObjCIVars() local 253 std::vector<ObjCCategoryRecord *> Records; in getObjCCategories() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | DirectiveEmitter.h | 18 explicit DirectiveLanguage(const llvm::RecordKeeper &Records) in DirectiveLanguage() 74 const llvm::RecordKeeper &Records; variable
|