Home
last modified time | relevance | path

Searched refs:RecordData (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Serialization/
DASTReader.h321 typedef SmallVector<uint64_t, 64> RecordData; typedef
1140 bool ParseLineTable(ModuleFile &F, const RecordData &Record);
1144 ASTReadResult ReadModuleMapFileBlock(RecordData &Record, ModuleFile &F,
1149 static bool ParseLanguageOptions(const RecordData &Record, bool Complain,
1152 static bool ParseTargetOptions(const RecordData &Record, bool Complain,
1155 static bool ParseDiagnosticOptions(const RecordData &Record, bool Complain,
1157 static bool ParseFileSystemOptions(const RecordData &Record, bool Complain,
1159 static bool ParseHeaderSearchOptions(const RecordData &Record, bool Complain,
1161 static bool ParsePreprocessorOptions(const RecordData &Record, bool Complain,
1176 const RecordData &Record, unsigned &Index);
[all …]
DASTWriter.h87 typedef SmallVector<uint64_t, 64> RecordData; typedef
/external/llvm/lib/DebugInfo/CodeView/
DCVTypeVisitor.cpp93 ArrayRef<uint8_t> RecordData = Record.Data; in visitFieldList() local
94 while (!RecordData.empty()) { in visitFieldList()
96 if (auto EC = takeObject(RecordData, LeafPtr)) in visitFieldList()
108 auto Result = Name##Record::deserialize(RK, RecordData); \ in visitFieldList()
119 if (auto EC = skipPadding(RecordData)) in visitFieldList()
/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp53 typedef SmallVector<uint64_t, 64> RecordData; typedef
132 std::error_code adjustSourceLocFilename(RecordData &Record,
135 void adjustAbbrevID(RecordData &Record, AbbrevLookup &Lookup,
138 void writeRecordWithAbbrev(unsigned ID, RecordData &Record);
140 void writeRecordWithBlob(unsigned ID, RecordData &Record, StringRef Blob);
278 RecordData Record;
399 RecordData::value_type Record[] = {RECORD_FILENAME, entry, 0 /* For legacy */, in getEmitFile()
446 RecordData &Record = State->Record; in EmitBlockInfoBlock()
535 RecordData::value_type Record[] = {RECORD_VERSION, VersionNumber}; in EmitMetaBlock()
547 RecordData::value_type Record[] = {RECORD_CATEGORY, category, catName.size()}; in getEmitCategory()
[all …]
/external/clang/lib/Serialization/
DASTWriter.cpp907 RecordData Record; in WriteBlockInfoBlock()
1231 RecordData Record; in WriteControlBlock()
1248 RecordData::value_type Record[] = {METADATA, VERSION_MAJOR, VERSION_MINOR, in WriteControlBlock()
1262 RecordData::value_type Record[] = {Signature}; in WriteControlBlock()
1271 RecordData::value_type Record[] = {MODULE_NAME}; in WriteControlBlock()
1292 RecordData::value_type Record[] = {MODULE_DIRECTORY}; in WriteControlBlock()
1525 RecordData::value_type Record[] = {ORIGINAL_PCH_DIR}; in WriteControlBlock()
1607 RecordData::value_type Record[] = { in WriteInputFiles()
1630 RecordData::value_type Record[] = {INPUT_FILE_OFFSETS, in WriteInputFiles()
1882 RecordData::value_type Record[] = {HEADER_SEARCH_TABLE, BucketOffset, in WriteHeaderSearch()
[all …]
DASTReader.cpp996 RecordData Record; in ReadLexicalDeclContextStorage()
1032 RecordData Record; in ReadVisibleDeclContextStorage()
1072 const RecordData &Record) { in ParseLineTable()
1138 RecordData Record; in ReadSourceManagerBlock()
1217 RecordData Record; in ReadSLocEntry()
1250 RecordData Record; in ReadSLocEntry()
1418 RecordData Record; in ReadMacroRecord()
1664 RecordData Record; in ReadDefinedMacros()
1809 RecordData Record; in resolvePendingMacro()
1909 RecordData Record; in readInputFileInfo()
[all …]
DASTReaderDecl.cpp43 typedef ASTReader::RecordData RecordData; typedef in clang::ASTDeclReader
44 const RecordData &Record;
60 uint64_t ReadLocalOffset(const RecordData &R, unsigned &I) { in ReadLocalOffset()
66 uint64_t ReadGlobalOffset(ModuleFile &F, const RecordData &R, unsigned &I) { in ReadGlobalOffset()
71 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { in ReadSourceLocation()
75 SourceRange ReadSourceRange(const RecordData &R, unsigned &I) { in ReadSourceRange()
79 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) { in GetTypeSourceInfo()
83 serialization::DeclID ReadDeclID(const RecordData &R, unsigned &I) { in ReadDeclID()
87 std::string ReadString(const RecordData &R, unsigned &I) { in ReadString()
96 Decl *ReadDecl(const RecordData &R, unsigned &I) { in ReadDecl()
[all …]
DASTReaderStmt.cpp29 typedef ASTReader::RecordData RecordData; typedef in clang::ASTStmtReader
34 const ASTReader::RecordData &Record;
37 Token ReadToken(const RecordData &R, unsigned &I) { in ReadToken()
41 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { in ReadSourceLocation()
45 SourceRange ReadSourceRange(const RecordData &R, unsigned &I) { in ReadSourceRange()
49 std::string ReadString(const RecordData &R, unsigned &I) { in ReadString()
53 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) { in GetTypeSourceInfo()
57 serialization::DeclID ReadDeclID(const RecordData &R, unsigned &I) { in ReadDeclID()
61 Decl *ReadDecl(const RecordData &R, unsigned &I) { in ReadDecl()
66 T *ReadDeclAs(const RecordData &R, unsigned &I) { in ReadDeclAs()
[all …]
DASTWriterDecl.cpp1608 ASTWriter::RecordData LocalRedecls; in VisitRedeclarable()
2145 RecordData Record; in WriteDecl()
DASTWriterStmt.cpp39 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter()
2500 RecordData Record; in WriteSubStmt()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCVSymbolVisitor.h88 void visitSymbolBegin(SymbolKind Leaf, ArrayRef<uint8_t> RecordData) {} in visitSymbolBegin() argument