| /freebsd-13.1/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(Item); in consume()
|
| H A D | DebugInlineeLinesSubsection.cpp | 32 if (auto EC = Reader.readInteger(ExtraFileCount)) in operator ()()
|
| H A D | CodeViewRecordIO.cpp | 141 if (auto EC = Reader->readInteger(I)) in mapInteger()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | EHFrameSupport.cpp | 97 if (auto Err = BlockReader.readInteger(Length)) in processBlock() 223 if (auto Err = BlockReader.readInteger(Length)) in processBlock() 245 if (auto Err = BlockReader.readInteger(CIEDelta)) in processBlock() 287 if (auto Err = RecordReader.readInteger(Version)) in processCIE() 571 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 580 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 599 if (auto Err = RecordReader.readInteger(NextChar)) in parseAugmentationString() 672 if (auto Err = RecordReader.readInteger(Val)) in readEncodedPointer() 680 if (auto Err = RecordReader.readInteger(Val)) in readEncodedPointer() 688 if (auto Err = RecordReader.readInteger(Val)) in readEncodedPointer() [all …]
|
| /freebsd-13.1/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 | 788 Err(Reader.readInteger(Magic)); in fromDebugT()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | HashTable.cpp | 27 if (auto EC = Stream.readInteger(NumWords)) in readSparseBitVector() 35 if (auto EC = Stream.readInteger(Word)) in readSparseBitVector()
|
| H A D | ModuleDebugStream.cpp | 61 if (auto EC = Reader.readInteger(Signature)) in reloadSerialize() 82 if (auto EC = Reader.readInteger(GlobalRefsSize)) in reloadSerialize()
|
| H A D | NamedStreamMap.cpp | 53 if (auto EC = Stream.readInteger(StringBufferSize)) in load()
|
| H A D | PDBStringTable.cpp | 77 if (auto EC = Reader.readInteger(NameCount)) in readEpilogue()
|
| H A D | PDBFile.cpp | 196 if (auto EC = Reader.readInteger(NumStreams)) in parseStreamData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BinaryStreamReader.h | 75 template <typename T> Error readInteger(T &Dest) { in readInteger() function 93 if (auto EC = readInteger(N)) in readEnum()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | HashTable.h | 146 if (auto EC = Stream.readInteger(Buckets[P].first)) in load()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 955 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables() 957 if (Error E = Reader.readInteger(SubSectionSize)) in initializeFileAndStringTables() 2002 if (Error Err = Reader.readInteger(FromIndex)) in printCGProfile() 2004 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile() 2006 if (Error Err = Reader.readInteger(Count)) in printCGProfile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymReader.cpp | 124 if (FileData.readInteger(NumFiles) || FileData.readArray(Files, NumFiles)) in parse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.cpp | 87 cantFail(Reader.readInteger(Magic)); in isCodeViewDebugSubsection()
|
| H A D | DumpOutputStyle.cpp | 1387 if (auto EC = Reader.readInteger(Magic)) in dumpTypesFromObjectFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 102 RETURN_IF_ERROR(Reader.readInteger(IDFlag)); in readStringOrId() 111 RETURN_IF_ERROR(Reader.readInteger(ID)); in readStringOrId()
|
| H A D | COFFObjectFile.cpp | 1705 RETURN_IF_ERROR(Reader.readInteger(Length)); in getDirStringAtOffset()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 1055 if (Error err = reader.readInteger(fromIndex)) in readCallGraphsFromObjectFiles() 1057 if (Error err = reader.readInteger(toIndex)) in readCallGraphsFromObjectFiles() 1059 if (Error err = reader.readInteger(count)) in readCallGraphsFromObjectFiles()
|