Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h75 void AppendBytes(const void *bytes, int len);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp583 bool AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst,
602 return AppendBytes(FieldOffsetInChars, InitCst, AllowOverwrite); in AppendField()
605 bool ConstStructBuilder::AppendBytes(CharUnits FieldOffsetInChars, in AppendBytes() function in __anon11b4a6e70111::ConstStructBuilder
805 if (!AppendBytes(Offset, VTableAddressPoint)) in Build()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp94 void Value::AppendBytes(const void *bytes, int len) { in AppendBytes() function in Value