/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBStringTable.cpp | 28 if (auto EC = Reader.readObject(Header)) in readHeader() 64 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 | 68 if (Reader.readObject(Header)) in reload()
|
H A D | DbiModuleDescriptor.cpp | 24 if (auto EC = Reader.readObject(Info.Layout)) in initialize()
|
H A D | DbiStream.cpp | 58 if (auto EC = Reader.readObject(Header)) in reload() 371 if (auto EC = SMReader.readObject(Header)) in initializeSectionMapData()
|
H A D | InfoStream.cpp | 28 if (auto EC = Reader.readObject(Header)) in reload()
|
H A D | GlobalsStream.cpp | 95 if (Reader.readObject(HashHdr)) in readGSIHashHeader()
|
H A D | DbiModuleList.cpp | 193 if (auto EC = FISR.readObject(FileInfoHeader)) in initializeFileInfo()
|
H A D | TpiStream.cpp | 48 if (Reader.readObject(Header)) in reload()
|
/netbsd-src/external/apache2/llvm/dist/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 | 17 if (auto EC = Reader.readObject(RelocPtr)) in initialize()
|
H A D | DebugSubsectionRecord.cpp | 33 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 | DebugChecksumsSubsection.cpp | 39 if (auto EC = Reader.readObject(Header)) in operator ()()
|
H A D | DebugInlineeLinesSubsection.cpp | 27 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | ipc.cc | 1253 Obj arg2 = readObject (req); in ipc_doWork() 1330 Obj arg2 = readObject (req); in ipc_doWork() 1462 Obj arg2 = readObject (req); in ipc_doWork() 1473 Obj sel_obj = readObject (req); in ipc_doWork() 1534 Obj sel_obj = readObject (req); in ipc_doWork() 1576 Obj arg2 = readObject (req); in ipc_doWork() 1586 Obj obj = readObject (req); in ipc_doWork() 1683 Obj arg3 = readObject (req); in ipc_doWork() 1838 Obj arg2 = readObject (req); in ipc_doWork() 1839 Obj arg3 = readObject (req); in ipc_doWork() [all …]
|
H A D | ipcio.h | 148 DbeObj readObject (IPCrequest*);
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | ipc.cc | 1254 Obj arg2 = readObject (req); in ipc_doWork() 1331 Obj arg2 = readObject (req); in ipc_doWork() 1463 Obj arg2 = readObject (req); in ipc_doWork() 1474 Obj sel_obj = readObject (req); in ipc_doWork() 1535 Obj sel_obj = readObject (req); in ipc_doWork() 1577 Obj arg2 = readObject (req); in ipc_doWork() 1587 Obj obj = readObject (req); in ipc_doWork() 1684 Obj arg3 = readObject (req); in ipc_doWork() 1839 Obj arg2 = readObject (req); in ipc_doWork() 1840 Obj arg3 = readObject (req); in ipc_doWork() [all …]
|
H A D | ipcio.h | 148 DbeObj readObject (IPCrequest*);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 122 if (auto EC = Stream.readObject(H)) in load() 149 if (auto EC = Stream.readObject(Value)) in load()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CVRecord.h | 99 if (auto EC = Reader.readObject(Prefix)) in readCVRecordFromStream()
|
H A D | RecordSerialization.h | 70 return Reader.readObject(Item); in consume()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 169 template <typename T> Error readObject(const T *&Dest) { in readObject() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 107 if (auto EC = readObject(C)) in readWideString()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | AbstractBasicReader.h | 144 Impl &readObject() { return asImpl(); } in readObject() function
|