/freebsd/contrib/llvm-project/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(Ite in consume() [all...] |
H A D | DebugInlineeLinesSubsection.cpp | 33 if (auto EC = Reader.readInteger(ExtraFileCount)) in operator ()()
|
H A D | CodeViewRecordIO.cpp | 144 if (auto EC = Reader->readInteger(I)) in mapInteger()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | DXContainer.cpp | 36 static Error readInteger(StringRef Buffer, const char *Src, T &Val, in readInteger() function 79 if (Error Err = readInteger(Part, Part.begin(), FlagValue)) in parseShaderFeatureFlags() 135 if (Error Err = readInteger(Data.getBuffer(), Current, PartOffset)) in parsePartOffsets() 159 if (Error Err = readInteger(Data.getBuffer(), in parsePartOffsets() 235 if (Error Err = readInteger(Data, Current, Size)) in parse() 285 if (Error Err = readInteger(Data, Current, ResourceCount)) in parse() 290 if (Error Err = readInteger(Data, Current, Resources.Stride)) in parse() 314 if (Error Err = readInteger(Data, Current, StringTableSize)) in parse() 324 if (Error Err = readInteger(Data, Current, SemanticIndexTableSize)) in parse() 331 if (Error Err = readInteger(Data, Current, Index)) in parse() [all …]
|
H A D | WindowsResource.cpp | 101 RETURN_IF_ERROR(Reader.readInteger(IDFlag)); in readStringOrId() 110 RETURN_IF_ERROR(Reader.readInteger(ID)); in readStringOrId()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | EHFrameSupport.cpp | 91 if (auto Err = R.readInteger(Length)) in readCFIRecordLength() 100 if (auto Err = R.readInteger(ExtendedLength)) in readCFIRecordLength() 166 if (auto Err = BlockReader.readInteger(CIEDelta)) in processBlock() 197 if (auto Err = RecordReader.readInteger(Version)) in processCIE() 413 if (auto Err = RecordReader.readInteger(NextChar)) in processFDE() 422 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 441 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 454 if (auto Err = R.readInteger(PointerEncoding)) in parseAugmentationString() 553 if (auto Err = RecordReader.readInteger(Val)) in getOrCreateEncodedPointerEdge() 560 if (auto Err = RecordReader.readInteger(Va 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()
|
/freebsd/contrib/llvm-project/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()
|
H A D | CodeViewYAMLDebugSections.cpp | 907 Err(Reader.readInteger(Magic)); in fromDebugS()
|
H A D | CodeViewYAMLTypes.cpp | 792 Err(Reader.readInteger(Magic)); in fromDebugT()
|
/freebsd/contrib/llvm-project/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 | 50 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 | 194 if (auto EC = Reader.readInteger(NumStreams)) in parseStreamData()
|
H A D | InputFile.cpp | 114 cantFail(Reader.readInteger(Magic)); in isCodeViewDebugSubsection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 67 template <typename T> Error readInteger(T &Dest) { 69 "Cannot call readInteger with non-integral value!"); in readInteger() 79 /// Similar to readInteger. in readInteger() 84 if (auto EC = readInteger(N)) in readEnum() 68 template <typename T> Error readInteger(T &Dest) { readInteger() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.h | 111 return Reader->readInteger(Value); 166 if (auto EC = Reader->readInteger(Size))
|
/freebsd/contrib/llvm-project/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 | 1103 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables() 1105 if (Error E = Reader.readInteger(SubSectionSize)) in initializeFileAndStringTables() 2163 if (Error Err = Reader.readInteger(FromIndex)) in printCGProfile() 2165 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile() 2167 if (Error Err = Reader.readInteger(Count)) in printCGProfile()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 142 if (auto EC = Stream.readInteger(Buckets[P].first)) in load()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymReader.cpp | 123 if (FileData.readInteger(NumFiles) || FileData.readArray(Files, NumFiles)) in parse()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 341 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables() 343 if (Error E = Reader.readInteger(SubSectionSize)) in initializeFileAndStringTables()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 327 if (Error err = reader.readInteger(fromIndex)) in parseCallGraph() 329 if (Error err = reader.readInteger(toIndex)) in parseCallGraph() 331 if (Error err = reader.readInteger(count)) in parseCallGraph()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 1169 if (Error err = reader.readInteger(fromIndex)) in readCallGraphsFromObjectFiles() 1171 if (Error err = reader.readInteger(toIndex)) in readCallGraphsFromObjectFiles() 1173 if (Error err = reader.readInteger(count)) in readCallGraphsFromObjectFiles()
|