| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.cpp | 27 if (auto EC = Reader.readObject(Header)) in readHeader() 63 if (auto EC = Reader.readObject(HashCount)) in readHashTable()
|
| H A D | InjectedSourceStream.cpp | 31 if (auto EC = Reader.readObject(Header)) in reload()
|
| H A D | PublicsStream.cpp | 66 if (Reader.readObject(Header)) in reload()
|
| H A D | DbiModuleDescriptor.cpp | 24 if (auto EC = Reader.readObject(Info.Layout)) in initialize()
|
| H A D | InfoStream.cpp | 26 if (auto EC = Reader.readObject(Header)) in reload()
|
| H A D | DbiStream.cpp | 56 if (auto EC = Reader.readObject(Header)) in reload() 369 if (auto EC = SMReader.readObject(Header)) in initializeSectionMapData()
|
| H A D | GlobalsStream.cpp | 96 if (Reader.readObject(HashHdr)) in readGSIHashHeader()
|
| H A D | DbiModuleList.cpp | 194 if (auto EC = FISR.readObject(FileInfoHeader)) in initializeFileInfo()
|
| H A D | TpiStream.cpp | 48 if (Reader.readObject(Header)) in reload()
|
| H A D | PDBFile.cpp | 125 if (auto EC = Reader.readObject(SB)) { in parseFileHeaders()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 27 if (auto EC = Reader.readObject(BlockHeader)) in operator ()() 57 if (auto EC = Reader.readObject(Header)) in initialize()
|
| H A D | DebugFrameDataSubsection.cpp | 19 if (auto EC = Reader.readObject(RelocPtr)) in initialize()
|
| H A D | DebugSubsectionRecord.cpp | 32 if (auto EC = Reader.readObject(Header)) in initialize()
|
| H A D | DebugCrossImpSubsection.cpp | 33 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
|
| H A D | DebugInlineeLinesSubsection.cpp | 28 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
|
| H A D | DebugChecksumsSubsection.cpp | 39 if (auto EC = Reader.readObject(Header)) in operator ()()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | HashTable.h | 118 if (auto EC = Stream.readObject(H)) in load() 145 if (auto EC = Stream.readObject(Value)) in load()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CVRecord.h | 98 if (auto EC = Reader.readObject(Prefix)) in readCVRecordFromStream()
|
| H A D | RecordSerialization.h | 69 return Reader.readObject(Item); in consume()
|
| H A D | CodeViewRecordIO.h | 94 if (auto EC = Reader->readObject(ValuePtr)) in mapObject()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | BinaryStreamReader.h | 162 template <typename T> Error readObject(const T *&Dest) { in readObject() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | BinaryStreamReader.cpp | 107 if (auto EC = readObject(C)) in readWideString()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | AbstractBasicReader.h | 144 Impl &readObject() { return asImpl(); } in readObject() function
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-rc/ |
| H A D | ResourceFileWriter.cpp | 898 RETURN_IF_ERROR(Reader.readObject(Header)); in visitIconOrCursorResource() 914 RETURN_IF_ERROR(Reader.readObject(Object)); in visitIconOrCursorResource() 956 RETURN_IF_ERROR(Reader.readObject(BMPHeader)); in visitIconOrCursorResource()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymReader.cpp | 68 if (FileData.readObject(Hdr)) in parse()
|