Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValue.h75 void AppendBytes(const void *bytes, int len);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValue.cpp94 void Value::AppendBytes(const void *bytes, int len) { in AppendBytes() function in Value
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprConstant.cpp585 bool AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst,
604 return AppendBytes(FieldOffsetInChars, InitCst, AllowOverwrite); in AppendField()
607 bool ConstStructBuilder::AppendBytes(CharUnits FieldOffsetInChars, in AppendBytes() function in __anon53d5722a0111::ConstStructBuilder
823 if (!AppendBytes(Offset, VTableAddressPoint)) in Build()