/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 354 uint8_t getU8(uint64_t *offset_ptr, Error *Err = nullptr) const; 359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() function 384 uint8_t *getU8(uint64_t *offset_ptr, uint8_t *dst, uint32_t count) const; 390 uint8_t *getU8(Cursor &C, uint8_t *Dst, uint32_t Count) const; 397 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() function 403 getU8(C, Dst.data(), Count); in getU8()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 80 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8() function in DataExtractor 84 uint8_t *DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, in getU8() function in DataExtractor 89 uint8_t *DataExtractor::getU8(Cursor &C, uint8_t *Dst, uint32_t Count) const { in getU8() function in DataExtractor 130 return getU8(offset_ptr, Err); in getUnsigned() 145 return (int8_t)getU8(offset_ptr); in getSigned()
|
H A D | ELFAttributeParser.cpp | 141 uint8_t tag = de.getU8(cursor); in parseSubsection() 204 uint8_t formatVersion = de.getU8(cursor); in parse()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | Header.cpp | 73 H.AddrOffSize = Data.getU8(&Offset); in decode() 74 H.UUIDSize = Data.getU8(&Offset); in decode() 79 Data.getU8(&Offset, H.UUID, GSYM_MAX_UUID_SIZE); in decode()
|
H A D | InlineInfo.cpp | 82 bool HasChildren = Data.getU8(&Offset) != 0; in skip() 125 bool HasChildren = Data.getU8(&Offset) != 0; in lookup() 193 bool HasChildren = Data.getU8(&Offset) != 0; in decode()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 115 uint8_t Version = Extractor.getU8(C); in parseBTF() 120 (void)Extractor.getU8(C); // flags in parseBTF() 261 uint8_t Version = Extractor.getU8(C); in hasBTFSections() 266 (void)Extractor.getU8(C); // flags
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 122 auto Version = DE.getU8(&Offset); in printEHFrameHdr() 129 uint64_t EHFramePtrEnc = DE.getU8(&Offset); in printEHFrameHdr() 135 uint64_t FDECountEnc = DE.getU8(&Offset); in printEHFrameHdr() 141 uint64_t TableEnc = DE.getU8(&Offset); in printEHFrameHdr()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 246 int FormatCount = DebugLineData.getU8(OffsetPtr, &Err); in parseV5EntryFormat() 391 FormParams.AddrSize = DebugLineData.getU8(Cursor); in parse() 411 SegSelectorSize = DebugLineData.getU8(Cursor); in parse() 418 MinInstLength = DebugLineData.getU8(Cursor); in parse() 420 MaxOpsPerInst = DebugLineData.getU8(Cursor); in parse() 421 DefaultIsStmt = DebugLineData.getU8(Cursor); in parse() 422 LineBase = DebugLineData.getU8(Cursor); in parse() 423 LineRange = DebugLineData.getU8(Cursor); in parse() 424 OpcodeBase = DebugLineData.getU8(Cursor); in parse() 438 uint8_t OpLen = DebugLineData.getU8(Cursor); in parse() [all …]
|
H A D | DWARFListTable.cpp | 48 HeaderData.AddrSize = Data.getU8(OffsetPtr); in extract() 49 HeaderData.SegSize = Data.getU8(OffsetPtr); in extract()
|
H A D | DWARFDebugArangeSet.cpp | 74 HeaderData.AddrSize = data.getU8(offset_ptr, &Err); in extract() 75 HeaderData.SegSize = data.getU8(offset_ptr, &Err); in extract()
|
H A D | DWARFDebugAddr.cpp | 79 AddrSize = Data.getU8(OffsetPtr); in extractV5() 80 SegSize = Data.getU8(OffsetPtr); in extractV5()
|
H A D | DWARFDebugFrame.cpp | 1039 uint8_t c = Data.getU8(&Offset); in dumpDataAux() 1084 uint8_t Version = Data.getU8(&Offset); in parse() 1088 Data.getU8(&Offset); in parse() 1090 uint8_t SegmentDescriptorSize = Version < 4 ? 0 : Data.getU8(&Offset); in parse() 1094 Version == 1 ? Data.getU8(&Offset) : Data.getULEB128(&Offset); in parse() 1116 LSDAPointerEncoding = Data.getU8(&Offset); in parse() 1123 PersonalityEncoding = Data.getU8(&Offset); in parse() 1130 FDEPointerEncoding = Data.getU8(&Offset); in parse()
|
H A D | DWARFDebugLoc.cpp | 236 Data.getU8(C, E.Loc, Bytes); in visitLocationList() 281 E.Kind = Data.getU8(C); in visitLocationList() 330 Data.getU8(C, E.Loc, Bytes); in visitLocationList()
|
H A D | DWARFExpression.cpp | 145 Opcode = Data.getU8(&Offset); in extract() 168 Operands[Operand] = Data.getU8(&Offset); in extract() 350 OS << format(" 0x%02x", Expr->Data.getU8(&Offset)); in print() 374 OS << format(" %02x", Data.getU8(&FailOffset)); in print()
|
H A D | DWARFDebugPubTable.cpp | 69 uint8_t IndexEntryValue = GnuStyle ? SetData.getU8(C) : 0; in extract()
|
H A D | DWARFFormValue.cpp | 125 uint8_t size = DebugInfoData.getU8(OffsetPtr); in skipValue() 252 Value.uval = Data.getU8(OffsetPtr, &Err); in extractValue() 268 Value.uval = Data.getU8(OffsetPtr, &Err); in extractValue()
|
H A D | DWARFDebugMacro.cpp | 236 uint8_t FlagData = Data.getU8(Offset); in parseMacroHeader()
|
H A D | DWARFAbbreviationDeclaration.cpp | 59 uint8_t ChildrenByte = Data.getU8(OffsetPtr, &Err); in extract()
|
H A D | DWARFDebugRnglists.cpp | 27 uint8_t Encoding = Data.getU8(OffsetPtr); in extract()
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | FDRRecordProducer.cpp | 88 uint8_t FirstByte = E.getU8(&OffsetPtr); in findNextBufferExtent() 150 uint8_t FirstByte = E.getU8(&OffsetPtr); in produce()
|
H A D | InstrumentationMap.cpp | 186 auto Kind = Extractor.getU8(&OffsetPtr); in loadObj() 196 Entry.AlwaysInstrument = Extractor.getU8(&OffsetPtr) != 0; in loadObj() 197 Entry.Version = Extractor.getU8(&OffsetPtr); in loadObj()
|
H A D | RecordInitializer.cpp | 157 if (E.getU8(&OffsetPtr, Buffer.data(), R.Size) != Buffer.data()) in visit() 221 if (E.getU8(&OffsetPtr, Buffer.data(), R.Size) != Buffer.data()) in visit() 293 if (E.getU8(&OffsetPtr, Buffer.data(), R.Size) != Buffer.data()) in visit()
|
H A D | Trace.cpp | 87 Record.CPU = Reader.getU8(&OffsetPtr); in loadNaiveFormatLog() 94 auto Type = Reader.getU8(&OffsetPtr); in loadNaiveFormatLog()
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 49 AbbrevData.getU8(&Offset); in getCUAbbrev() 65 StrIndex = InfoData.getU8(&InfoOffset); in getIndexedString() 115 AbbrevData.getU8(&AbbrevOffset); in getCUIdentifiers() 275 Data.getU8(&Offset); // Address size in addAllTypesFromTypesSection() 396 Header.UnitType = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader() 397 Header.AddrSize = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader() 411 Header.AddrSize = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 69 data.getU8(c, str_storage, len); in GetWasmString() 172 uint8_t section_id = data.getU8(c); in DecodeNextSection()
|