Home
last modified time | relevance | path

Searched defs:BytesLeft (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h264 uint32_t BytesLeft(uint32_t offset) const { in BytesLeft() function
H A DDataExtractor.h974 lldb::offset_t BytesLeft(lldb::offset_t offset) const { in BytesLeft() function
/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp250 auto getRemainingValueType = [](unsigned BytesLeft) { in EmitTargetCodeForMemcpy() argument
195 unsigned BytesLeft = SizeVal & 3; EmitTargetCodeForMemcpy() local
247 __anon69052b260302(unsigned BytesLeft) EmitTargetCodeForMemcpy() argument
[all...]
H A DARMISelLowering.cpp11526 unsigned BytesLeft = SizeVal % UnitSize; EmitStructByval() local
/llvm-project/lldb/tools/debugserver/source/
H A DDNBDataRef.h55 size_t BytesLeft(size_t offset) const { in BytesLeft() function
/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp76 unsigned BytesLeft = 0; EmitTargetCodeForMemset() local
231 const uint64_t BytesLeft = Size % BlockBytes; emitConstantSizeRepmov() local
[all...]
/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp86 unsigned BytesLeft = CopyLen & (Alignment - 1); expandMEMCPY() local
/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp246 uint64_t BytesLeft = Buffer.size(); in readBytes() local
394 uint64_t BytesLeft = Buffer.size(); in writeBytes() local
/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp45 uint64_t BytesLeft = Size - Ref.size(); in readBytes() local
78 uint64_t BytesLeft = SrcData.size() - Ref.size(); in writeBytes() local
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp222 uint64_t BytesLeft = RawData.size() - Pos; in parseTypesInfo() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp186 size_t BytesLeft = IO.maxFieldLength(); in mapNameAndUniqueName() local
/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp418 ReadDataFromGlobal(Constant * C,uint64_t ByteOffset,unsigned char * CurPtr,unsigned BytesLeft,const DataLayout & DL) ReadDataFromGlobal() argument
607 unsigned BytesLeft = BytesLoaded; FoldReinterpretLoadFromConst() local
[all...]