Searched defs:Bytes (Results 26 - 50 of 82) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp140 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
164 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp75 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t &Size, argument
132 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream & ) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h109 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h81 std::vector<uint8_t> Bytes; member in struct:llvm::CodeViewYAML::HexFormattedString
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h20 uint8_t Bytes[3]; member in struct:llvm::Uint24
[all...]
H A DFormat.h216 ArrayRef<uint8_t> Bytes; member in class:llvm::FormattedBytes
239 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None, argument
247 format_bytes_with_ascii(ArrayRef<uint8_t> Bytes, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h40 std::vector<uint8_t> Bytes; member in struct:llvm::wholeprogramdevirt::AccumBitVector
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp344 getInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CS) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp85 uint64_t Bytes = CSize->getZExtValue(); local
186 uint64_t Bytes = CSize->getZExtValue(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h389 enum { Bytes, Instructions } kind; enumerator in enum:lldb_private::Disassembler::Limit::__anon2739
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp218 ArrayRef<uint8_t> Bytes; local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp540 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); local
547 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), local
588 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); local
595 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); local
616 unsigned Bytes = 2+EmitVBRValue(Val, OS); local
675 int Bytes = 3; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp464 ArrayRef<uint8_t> Bytes = Stream.getBitcodeBytes(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp76 uint64_t Bytes = endian::byte_swap<uint64_t, little>(P[K].D[I]); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp206 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
228 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp44 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
56 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
738 getInstruction(MCInst &instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &cStream) const argument
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslutils.c201 UINT8 Bytes[4]; member in union:__anon8930
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h106 Bytes, member in class:lldb_private::python::PyObjectType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp164 getInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &cs) const argument
293 getSingleInstruction(MCInst &MI, MCInst &MCB, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &cs, bool &Complete) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp313 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
331 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h161 ArrayRef<uint8_t> Bytes; member in struct:llvm::codeview::DecodedAnnotation
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h65 static ASTFileSignature create(StringRef Bytes) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp159 getWithDereferenceableBytes(LLVMContext &Context, uint64_t Bytes) argument
165 getWithDereferenceableOrNullBytes(LLVMContext &Context, uint64_t Bytes) argument
1643 addDereferenceableAttr(uint64_t Bytes) argument
1651 addDereferenceableOrNullAttr(uint64_t Bytes) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp400 static inline int64_t truncateToSize(int64_t Value, unsigned Bytes) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp131 unsigned Bytes = unsigned(End-Start); local

Completed in 299 milliseconds

1234