/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/ |
H A D | WebAssemblyDisassembler.cpp | 76 nextByte(ArrayRef<uint8_t> Bytes,uint64_t & Size) nextByte() argument 84 nextLEB(int64_t & Val,ArrayRef<uint8_t> Bytes,uint64_t & Size,bool Signed) nextLEB() argument 100 parseLEBImmediate(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,bool Signed) parseLEBImmediate() argument 109 parseImmediate(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes) parseImmediate() argument 126 onSymbolStart(SymbolInfoTy & Symbol,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address,raw_ostream & CStream) const onSymbolStart() argument 162 getInstruction(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t,raw_ostream & CS) const getInstruction() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/ |
H A D | FDRTraceWriter.cpp | 49 auto Bytes = IndexedWriter<0>::write(OS, T); in writeMetadata() local 99 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local 108 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local 117 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | MCDisassembler.cpp | 18 ArrayRef<uint8_t> Bytes, in onSymbolStart() argument 23 uint64_t MCDisassembler::suggestBytesToSkip(ArrayRef<uint8_t> Bytes, in suggestBytesToSkip() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 71 ArrayRef<uint8_t> Bytes; in readInteger() local 179 ArrayRef<uint8_t> Bytes; in readArray() local
|
H A D | Base64.h | 23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64()
|
H A D | GlobPattern.h | 85 BitVector Bytes; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FileWriter.cpp | 20 uint8_t Bytes[32]; in writeSLEB() local 27 uint8_t Bytes[32]; in writeULEB() local
|
H A D | GsymReader.cpp | 43 llvm::Expected<GsymReader> GsymReader::copyBuffer(StringRef Bytes) { in copyBuffer() 308 StringRef Bytes = MemBuffer->getBuffer().substr(AddrInfoOffset); in getFunctionInfoDataAtIndex() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
H A D | MSP430Disassembler.cpp | 230 ArrayRef<uint8_t> Bytes, in getInstructionI() 285 ArrayRef<uint8_t> Bytes, in getInstructionII() 340 ArrayRef<uint8_t> Bytes, in getInstructionCJ() 361 ArrayRef<uint8_t> Bytes, in getInstruction()
|
/freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
H A D | utmisc.c | 250 UINT8 Bytes[4]; in AcpiUtDwordByteSwap() member 255 UINT8 Bytes[4]; in AcpiUtDwordByteSwap() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | circular_raw_ostream.cpp | 25 unsigned Bytes = in write_impl() local
|
H A D | DataExtractor.cpp | 177 StringRef Bytes(getBytes(OffsetPtr, Length)); in getFixedLengthString() local 199 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(Data); in getLEB128() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 59 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64() 69 static bool readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction48() 78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 348 ArrayRef<uint8_t> Bytes, in getInstruction()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordSerialization.cpp | 105 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() local 131 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() local
|
H A D | CodeViewRecordIO.cpp | 103 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, in mapByteVectorTail() 119 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, in mapByteVectorTail()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DIEGenerator.h | 59 ArrayRef<uint8_t> Bytes) { in addLocationAttribute() 73 ArrayRef<uint8_t> Bytes) { in addBlockAttribute()
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 682 unsigned Bytes = EmitMatcher() local 690 unsigned Bytes = 1 + EmitSignedVBRValue( EmitMatcher() local 736 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); EmitMatcher() local 743 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); EmitMatcher() local 777 unsigned Bytes = OpBytes + EmitSignedVBRValue(Val, OS); EmitMatcher() local 862 int Bytes = 3; EmitMatcher() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/ |
H A D | LanaiDisassembler.cpp | 75 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t &Size, in readInstruction32() 133 ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | BuildID.cpp | 48 std::string Bytes; in parseBuildID() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/ |
H A D | BPFDisassembler.cpp | 141 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64() 166 ArrayRef<uint8_t> Bytes, in getInstruction()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/ |
H A D | AVRDisassembler.cpp | 436 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 449 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 477 ArrayRef<uint8_t> Bytes, in getInstruction()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRMachineFunctionInfo.h | 84 void setCalleeSavedFrameSize(unsigned Bytes) { CalleeSavedFrameSize = Bytes; } in setCalleeSavedFrameSize()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 73 StringRef Bytes; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 234 unsigned Bytes = Data.getU16(C); in visitLocationList() local 328 unsigned Bytes = Version >= 5 ? Data.getULEB128(C) : Data.getU16(C); in visitLocationList() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | Disassembler.cpp | 34 static bool PrintInsts(const MCDisassembler &DisAsm, const ByteArrayTy &Bytes, in PrintInsts()
|