Home
last modified time | relevance | path

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

12345

/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp23 void clang::EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentHTMLTags()
38 void clang::EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, in EmitClangCommentHTMLTagsProperties()
DClangCommentCommandInfoEmitter.cpp23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandInfo()
109 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandList()
DClangASTNodesEmitter.cpp31 RecordKeeper &Records; member in __anon1f45041d0111::ClangASTNodesEmitter
185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDeclContext()
DClangAttrEmitter.cpp152 static ParsedAttrMap getParsedAttrList(const RecordKeeper &Records, in getParsedAttrList()
1503 static void emitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) { in emitClangAttrLateParsedList()
1525 static void emitClangAttrTypeArgList(RecordKeeper &Records, raw_ostream &OS) { in emitClangAttrTypeArgList()
1551 static void emitClangAttrArgContextList(RecordKeeper &Records, raw_ostream &OS) { in emitClangAttrArgContextList()
1581 static void emitClangAttrIdentifierArgList(RecordKeeper &Records, raw_ostream &OS) { in emitClangAttrIdentifierArgList()
1605 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrClass()
1808 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrImpl()
1995 AttrClassHierarchy(RecordKeeper &Records) { in AttrClassHierarchy()
2072 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrList()
2112 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrPCHRead()
[all …]
/external/llvm/utils/TableGen/
DAttributes.cpp38 RecordKeeper &Records; member in __anon1a50035a0111::Attributes
142 const std::vector<Record *> &Records) { in printEnumAttrClasses()
155 const std::vector<Record *> &Records) { in printStrBoolAttrClasses()
DDisassemblerEmitter.cpp105 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { in EmitDisassembler()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableCollection.h37 ArrayRef<ArrayRef<uint8_t>> Records; variable
DDebugSymbolsSubsection.h50 std::vector<CVSymbol> Records; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableCollection.h38 ArrayRef<ArrayRef<uint8_t>> Records; variable
DDebugSymbolsSubsection.h50 std::vector<CVSymbol> Records; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRLogBuilder.h26 std::vector<std::unique_ptr<Record>> Records; variable
DFDRRecordConsumer.h29 std::vector<std::unique_ptr<Record>> &Records; variable
DTrace.h49 RecordVector Records; variable
DBlockIndexer.h32 std::vector<Record *> Records; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/XRay/
DFDRLogBuilder.h26 std::vector<std::unique_ptr<Record>> Records; variable
DFDRRecordConsumer.h29 std::vector<std::unique_ptr<Record>> &Records; variable
DTrace.h49 RecordVector Records; variable
DBlockIndexer.h32 std::vector<Record *> Records; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
DParser.cpp16 bool llvm::TableGenParseFile(SourceMgr &InputSrcMgr, RecordKeeper &Records) { in TableGenParseFile()
DTableGenBackendSkeleton.cpp33 RecordKeeper &Records; member in __anon65d9e5b00111::SkeletonEmitter
/external/swiftshader/third_party/subzero/unittest/
DBitcodeMunge.h34 SubzeroBitcodeMunger(const uint64_t Records[], size_t RecordSize, in SubzeroBitcodeMunger()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DTrace.cpp35 std::vector<XRayRecord> &Records) { in loadNaiveFormatLog()
265 XRayFileHeader &FileHeader, std::vector<XRayRecord> &Records) { in loadFDRLog()
348 std::vector<XRayRecord> &Records) { in loadYAMLLog()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
DTrace.cpp36 std::vector<XRayRecord> &Records) { in loadNaiveFormatLog()
266 XRayFileHeader &FileHeader, std::vector<XRayRecord> &Records) { in loadFDRLog()
349 std::vector<XRayRecord> &Records) { in loadYAMLLog()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
DDirectiveEmitter.h13 explicit DirectiveLanguage(const llvm::RecordKeeper &Records) in DirectiveLanguage()
61 const llvm::RecordKeeper &Records; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp18 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection()

12345