| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordSerialization.cpp | 40 if (auto EC = Reader.readInteger(Short)) in consume() 52 if (auto EC = Reader.readInteger(N)) in consume() 59 if (auto EC = Reader.readInteger(N)) in consume() 66 if (auto EC = Reader.readInteger(N)) in consume() 73 if (auto EC = Reader.readInteger(N)) in consume() 80 if (auto EC = Reader.readInteger(N)) in consume() 87 if (auto EC = Reader.readInteger(N)) in consume() 94 if (auto EC = Reader.readInteger(N)) in consume() 127 return Reader.readInteger(Item); in consume() 140 return Reader.readInteger(Item); in consume()
|
| H A D | DebugInlineeLinesSubsection.cpp | 33 if (auto EC = Reader.readInteger(ExtraFileCount)) in operator ()()
|
| H A D | CodeViewRecordIO.cpp | 143 if (auto EC = Reader->readInteger(I)) in mapInteger()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | EHFrameSupport.cpp | 131 if (auto Err = BlockReader.readInteger(Length)) in processBlock() 139 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock() 153 if (auto Err = BlockReader.readInteger(CIEDelta)) in processBlock() 196 if (auto Err = RecordReader.readInteger(Version)) in processCIE() 400 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 409 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 428 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 441 if (auto Err = R.readInteger(PointerEncoding)) in readPointerEncoding() 536 if (auto Err = RecordReader.readInteger(Val)) in getOrCreateEncodedPointerEdge() 543 if (auto Err = RecordReader.readInteger(Val)) in getOrCreateEncodedPointerEdge() [all …]
|
| H A D | DWARFRecordSectionSplitter.cpp | 90 if (auto Err = BlockReader.readInteger(Length)) in processBlock() 97 if (auto Err = BlockReader.readInteger(ExtendedLength)) in processBlock()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypeHashing.cpp | 54 cantFail(Reader.readInteger(DHS.Magic)); in fromDebugH() 55 cantFail(Reader.readInteger(DHS.Version)); in fromDebugH() 56 cantFail(Reader.readInteger(DHS.HashAlgorithm)); in fromDebugH()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | HashTable.cpp | 24 if (auto EC = Stream.readInteger(NumWords)) in readSparseBitVector() 32 if (auto EC = Stream.readInteger(Word)) in readSparseBitVector()
|
| H A D | ModuleDebugStream.cpp | 62 if (auto EC = Reader.readInteger(Signature)) in reloadSerialize() 83 if (auto EC = Reader.readInteger(GlobalRefsSize)) in reloadSerialize()
|
| H A D | NamedStreamMap.cpp | 51 if (auto EC = Stream.readInteger(StringBufferSize)) in load()
|
| H A D | PDBStringTable.cpp | 76 if (auto EC = Reader.readInteger(NameCount)) in readEpilogue()
|
| H A D | PDBFile.cpp | 195 if (auto EC = Reader.readInteger(NumStreams)) in parseStreamData()
|
| H A D | InputFile.cpp | 113 cantFail(Reader.readInteger(Magic)); in isCodeViewDebugSubsection()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | DXContainer.cpp | 34 static Error readInteger(StringRef Buffer, const char *Src, T &Val) { in readInteger() function 72 if (Error Err = readInteger(Data.getBuffer(), Current, PartOffset)) in parsePartOffsets()
|
| H A D | WindowsResource.cpp | 100 RETURN_IF_ERROR(Reader.readInteger(IDFlag)); in readStringOrId() 109 RETURN_IF_ERROR(Reader.readInteger(ID)); in readStringOrId()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | BinaryStreamReader.h | 68 template <typename T> Error readInteger(T &Dest) { in readInteger() function 86 if (auto EC = readInteger(N)) in readEnum()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | BinaryStreamTest.cpp | 553 ASSERT_THAT_ERROR(Reader.readInteger(NS2), Succeeded()); in TEST_F() 554 ASSERT_THAT_ERROR(Reader.readInteger(NI2), Succeeded()); in TEST_F() 555 ASSERT_THAT_ERROR(Reader.readInteger(NUL2), Succeeded()); in TEST_F() 853 EXPECT_THAT_ERROR(Reader.readInteger<char>(c), Succeeded()); in TEST_F() 858 EXPECT_THAT_ERROR(Reader.readInteger<char>(c), Succeeded()); in TEST_F() 862 EXPECT_THAT_ERROR(Reader.readInteger<char>(c), Succeeded()); in TEST_F() 867 EXPECT_THAT_ERROR(Reader.readInteger<char>(c), Succeeded()); in TEST_F() 872 EXPECT_THAT_ERROR(Reader.readInteger<char>(c), Failed()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 113 return Reader->readInteger(Value); 168 if (auto EC = Reader->readInteger(Size))
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 770 if (Error Err = Reader.readInteger(FromIndex)) in printCGProfile() 772 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile() 774 if (Error Err = Reader.readInteger(Count)) in printCGProfile()
|
| H A D | COFFDumper.cpp | 959 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables() 961 if (Error E = Reader.readInteger(SubSectionSize)) in initializeFileAndStringTables() 2006 if (Error Err = Reader.readInteger(FromIndex)) in printCGProfile() 2008 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile() 2010 if (Error Err = Reader.readInteger(Count)) in printCGProfile()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/MSF/ |
| H A D | MappedBlockStreamTest.cpp | 339 EXPECT_THAT_ERROR(Reader.readInteger(u16[1]), Succeeded()); in TEST() 348 EXPECT_THAT_ERROR(Reader.readInteger(u32[1]), Succeeded()); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | HashTable.h | 142 if (auto EC = Stream.readInteger(Buckets[P].first)) in load()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | coff2yaml.cpp | 129 Err(Reader.readInteger(Magic)); in initializeFileAndStringTable()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymReader.cpp | 124 if (FileData.readInteger(NumFiles) || FileData.readArray(Files, NumFiles)) in parse()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputFiles.cpp | 287 if (Error err = reader.readInteger(fromIndex)) in parseCallGraph() 289 if (Error err = reader.readInteger(toIndex)) in parseCallGraph() 291 if (Error err = reader.readInteger(count)) in parseCallGraph()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Driver.cpp | 1155 if (Error err = reader.readInteger(fromIndex)) in readCallGraphsFromObjectFiles() 1157 if (Error err = reader.readInteger(toIndex)) in readCallGraphsFromObjectFiles() 1159 if (Error err = reader.readInteger(count)) in readCallGraphsFromObjectFiles()
|