Home
last modified time | relevance | path

Searched refs:AppendBytes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h75 void AppendBytes(const void *bytes, int len);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp592 bool AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst,
616 return AppendBytes(FieldOffsetInChars, InitCst, AllowOverwrite); in AppendField()
619 bool ConstStructBuilder::AppendBytes(CharUnits FieldOffsetInChars, in AppendBytes() function in __anon9d6f04f10111::ConstStructBuilder
856 if (!AppendBytes(Offset, VTableAddressPoint)) in Build()
945 if (!AppendBytes(SizeSoFar, getPadding(CGM, StartOffset - SizeSoFar), in DoZeroInitPadding()
972 if (!AppendBytes(SizeSoFar, getPadding(CGM, TotalSize - SizeSoFar), in DoZeroInitPadding()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp96 void Value::AppendBytes(const void *bytes, int len) { in AppendBytes() function in Value