| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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() 209 if (auto Err = RecordReader.readInteger(Version)) in processCIE() 424 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 433 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 452 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 465 if (auto Err = R.readInteger(PointerEncoding)) in readPointerEncoding() 560 if (auto Err = RecordReader.readInteger(Val)) in getOrCreateEncodedPointerEdge() 567 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()
|
| /openbsd-src/gnu/llvm/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 | CodeViewYAMLTypes.cpp | 791 Err(Reader.readInteger(Magic)); in fromDebugT()
|
| H A D | CodeViewYAMLDebugSections.cpp | 907 Err(Reader.readInteger(Magic)); in fromDebugS()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | DXContainer.cpp | 35 static Error readInteger(StringRef Buffer, const char *Src, T &Val, in readInteger() function 78 if (Error Err = readInteger(Part, Part.begin(), FlagValue)) in parseShaderFlags() 100 if (Error Err = readInteger(Data.getBuffer(), Current, PartOffset)) in parsePartOffsets() 124 if (Error Err = readInteger(Data.getBuffer(), 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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 111 return Reader->readInteger(Value); 166 if (auto EC = Reader->readInteger(Size))
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 768 if (Error Err = Reader.readInteger(FromIndex)) in printCGProfile() 770 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile() 772 if (Error Err = Reader.readInteger(Count)) in printCGProfile()
|
| H A D | COFFDumper.cpp | 1013 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables() 1015 if (Error E = Reader.readInteger(SubSectionSize)) in initializeFileAndStringTables() 2071 if (Error Err = Reader.readInteger(FromIndex)) in printCGProfile() 2073 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile() 2075 if (Error Err = Reader.readInteger(Count)) in printCGProfile()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | HashTable.h | 142 if (auto EC = Stream.readInteger(Buckets[P].first)) in load()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymReader.cpp | 124 if (FileData.readInteger(NumFiles) || FileData.readArray(Files, NumFiles)) in parse()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | coff2yaml.cpp | 129 Err(Reader.readInteger(Magic)); in initializeFileAndStringTable()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | InputFiles.cpp | 305 if (Error err = reader.readInteger(fromIndex)) in parseCallGraph() 307 if (Error err = reader.readInteger(toIndex)) in parseCallGraph() 309 if (Error err = reader.readInteger(count)) in parseCallGraph()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Driver.cpp | 1161 if (Error err = reader.readInteger(fromIndex)) in readCallGraphsFromObjectFiles() 1163 if (Error err = reader.readInteger(toIndex)) in readCallGraphsFromObjectFiles() 1165 if (Error err = reader.readInteger(count)) in readCallGraphsFromObjectFiles()
|