Home
last modified time | relevance | path

Searched defs:Records (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp43 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 DExegesisEmitter.cpp54 RecordKeeper &Records; member in __anon2157dad20111::ExegesisEmitter
62 collectPfmCounters(const RecordKeeper &Records) { in collectPfmCounters() argument
H A DDisassemblerEmitter.cpp97 static void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { in EmitDisassembler()
H A DDFAEmitter.cpp194 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 DClangCommentCommandInfoEmitter.cpp23 void clang::EmitClangCommentCommandInfo(RecordKeeper &Records, in EmitClangCommentCommandInfo()
115 void clang::EmitClangCommentCommandList(RecordKeeper &Records, in EmitClangCommentCommandList()
H A DSveEmitter.cpp299 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 DClangAttrEmitter.cpp173 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 DRISCVVEmitter.cpp98 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 DLLDBPropertyDefEmitter.cpp170 void lldb_private::EmitPropertyDefs(RecordKeeper &Records, raw_ostream &OS) { in EmitPropertyDefs() argument
180 void lldb_private::EmitPropertyEnumDefs(RecordKeeper &Records, in EmitPropertyEnumDefs() argument
H A DLLDBTableGenUtils.cpp15 RecordsByName lldb_private::getRecordsByName(std::vector<Record *> Records, in getRecordsByName()
H A DLLDBOptionDefEmitter.cpp148 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 DLLDBTableGen.cpp46 static bool LLDBTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in LLDBTableGenMain()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h38 ArrayRef<ArrayRef<uint8_t>> Records; variable
H A DDebugSymbolsSubsection.h50 std::vector<CVSymbol> Records; variable
H A DLazyRandomTypeCollection.h102 std::vector<CacheEntry> Records; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRLogBuilder.h26 std::vector<std::unique_ptr<Record>> Records; variable
H A DFDRRecordConsumer.h29 std::vector<std::unique_ptr<Record>> &Records; variable
H A DTrace.h49 RecordVector Records; variable
H A DBlockIndexer.h32 std::vector<Record *> Records; member
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DParser.cpp16 bool llvm::TableGenParseFile(SourceMgr &InputSrcMgr, RecordKeeper &Records) { in TableGenParseFile()
H A DTableGenBackendSkeleton.cpp33 RecordKeeper &Records; global() member in __anon5c2265f00111::SkeletonEmitter
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp36 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 Dxray-converter.cpp87 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 DRecordsSlice.cpp159 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 DDirectiveEmitter.h18 explicit DirectiveLanguage(const llvm::RecordKeeper &Records) in DirectiveLanguage()
74 const llvm::RecordKeeper &Records; variable

1234