OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readRecord
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
SymbolStream.h
33
codeview::CVSymbol
readRecord
(uint32_t Offset) const;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
SymbolStream.cpp
43
codeview::CVSymbol SymbolStream::
readRecord
(uint32_t Offset) const {
NativeEnumGlobals.cpp
29
CVSymbol S = SS.
readRecord
(Off);
GlobalsStream.cpp
76
codeview::CVSymbol Record = Symbols.
readRecord
(Off);
SymbolCache.cpp
275
CVSymbol CVS = SS.
readRecord
(Offset);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
TestModuleFileExtension.cpp
72
Stream.
readRecord
(Entry.ID, Record, &Blob);
SerializedDiagnosticReader.cpp
195
Expected<unsigned> MaybeRecordID = Stream.
readRecord
(BlockOrCode, Record);
254
Stream.
readRecord
(BlockOrCode, Record, &Blob);
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.cpp
80
CVSymbol Sym = SymStream.
readRecord
(PubSymOff);
DumpOutputStyle.cpp
825
CVSymbol Sym = SymbolRecords.
readRecord
(PubSymOff);
/src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeConvenience.h
414
static void
readRecord
(ArrayRef<ElementTy> buffer, Data &&...data) {
430
static void
readRecord
(BufferTy &buffer, Data &&...data) {
431
return
readRecord
(llvm::makeArrayRef(buffer), std::forward<Data>(data)...);
/src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
BitstreamReader.cpp
205
Expected<unsigned> BitstreamCursor::
readRecord
(unsigned AbbrevID,
447
Expected<unsigned> MaybeBlockInfo =
readRecord
(Entry.ID, Record);
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp
730
IndexCursor.
readRecord
(Entry.ID, Record, &Blob))
750
IndexCursor.
readRecord
(Entry.ID, Record))
771
IndexCursor.
readRecord
(Entry.ID, Record))
798
IndexCursor.
readRecord
(Entry.ID, Record)) {
815
IndexCursor.
readRecord
(Code, Record))
944
TempCursor.
readRecord
(Entry.ID, Record))
1051
Stream.
readRecord
(Entry.ID, Record, &Blob)) {
1093
IndexCursor.
readRecord
(Entry.ID, Record, &Blob)) {
1202
if (Expected<unsigned> MaybeNextBitCode = Stream.
readRecord
(Code, Record)) {
2184
Expected<unsigned> MaybeRecord = Stream.
readRecord
(Entry.ID, Record)
[
all
...]
BitcodeReader.cpp
201
Expected<unsigned> MaybeBitCode = Stream.
readRecord
(Entry.ID, Record);
282
Expected<unsigned> MaybeRecord = Stream.
readRecord
(Entry.ID, Record);
365
Expected<unsigned> MaybeRecord = Stream.
readRecord
(Entry.ID, Record);
1369
Expected<unsigned> MaybeRecord = Stream.
readRecord
(Entry.ID, Record);
1602
Expected<unsigned> MaybeRecord = Stream.
readRecord
(Entry.ID, Record);
1735
Expected<unsigned> MaybeRecord = Stream.
readRecord
(Entry.ID, Record);
1988
Expected<unsigned> MaybeRecord = Stream.
readRecord
(Entry.ID, Record);
2032
Expected<unsigned> MaybeRecord = Stream.
readRecord
(Entry.ID, Record);
2133
Expected<unsigned> MaybeRecord = Stream.
readRecord
(Entry.ID, Record);
2215
Expected<unsigned> MaybeRecord = Stream.
readRecord
(Entry.ID, Record)
[
all
...]
BitcodeAnalyzer.cpp
850
Expected<unsigned> MaybeCode = Stream.
readRecord
(Entry.ID, Record, &Blob);
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTRecordReader.h
49
Expected<unsigned>
readRecord
(llvm::BitstreamCursor &Cursor,
/src/external/apache2/llvm/dist/llvm/lib/Remarks/
BitstreamRemarkParser.cpp
47
Expected<unsigned> RecordID = Stream.
readRecord
(Code, Record, &Blob);
94
Expected<unsigned> RecordID = Stream.
readRecord
(Code, Record, &Blob);
/src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitstreamReader.h
535
Expected<unsigned>
readRecord
(unsigned AbbrevID,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp
182
Cursor.
readRecord
(Entry.ID, Record, &Blob);
622
Expected<unsigned> MaybeCode = InStream.
readRecord
(Entry.ID, Record, &Blob);
ASTReader.cpp
1178
Expected<unsigned> MaybeRecCode = Cursor.
readRecord
(Code, Record, &Blob);
1228
Expected<unsigned> MaybeRecCode = Cursor.
readRecord
(Code, Record, &Blob);
1369
SLocEntryCursor.
readRecord
(E.ID, Record, &Blob);
1446
SLocEntryCursor.
readRecord
(Code, Record, &Blob);
1501
SLocEntryCursor.
readRecord
(Entry.ID, Record, &Blob);
1728
if (Expected<unsigned> MaybeRecType = Stream.
readRecord
(Entry.ID, Record))
1979
Expected<unsigned> MaybeRecord = Cursor.
readRecord
(E.ID, Record);
2135
Expected<unsigned> MaybePP = Cursor.
readRecord
(Entry.ID, Record);
2263
if (Expected<unsigned> Maybe = Cursor.
readRecord
(Code, Record, &Blob))
2289
if (Expected<unsigned> Maybe = Cursor.
readRecord
(Entry.ID, Record)
[
all
...]
ASTReaderDecl.cpp
3790
Expected<unsigned> MaybeDeclCode = Record.
readRecord
(DeclsCursor, Code);
4181
if (Expected<unsigned> MaybeRecCode = Record.
readRecord
(Cursor, Code))
4263
if (Expected<unsigned> MaybeRecCode = Cursor.
readRecord
(Code, Record))
ASTReaderStmt.cpp
2682
Expected<unsigned> MaybeStmtCode = Record.
readRecord
(Cursor, Entry.ID);
Completed in 44 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026