Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DDataEncoder.h433 BytesLeft (uint32_t offset) const in BytesLeft() function
DDataExtractor.h1275 BytesLeft (lldb::offset_t offset) const in BytesLeft() function
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp114 unsigned BytesLeft = 0; in EmitTargetCodeForMemset() local
252 unsigned BytesLeft = SizeVal % UBytes; in EmitTargetCodeForMemcpy() local
/external/lldb/tools/debugserver/source/
DDNBDataRef.h59 offset_t BytesLeft (offset_t offset) const in BytesLeft() function
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp50 unsigned BytesLeft = SizeVal & 3; in EmitTargetCodeForMemcpy() local
DARMISelLowering.cpp7046 unsigned BytesLeft = SizeVal % UnitSize; in EmitStructByval() local
/external/llvm/lib/Support/
DMemoryBuffer.cpp377 size_t BytesLeft = MapSize; in getOpenFileImpl() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp280 unsigned char *CurPtr, unsigned BytesLeft, in ReadDataFromGlobal()