Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h75 void AppendBytes(const void *bytes, int len);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp570 bool AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst,
589 return AppendBytes(FieldOffsetInChars, InitCst, AllowOverwrite); in AppendField()
592 bool ConstStructBuilder::AppendBytes(CharUnits FieldOffsetInChars, in AppendBytes() function in __anon98551c250111::ConstStructBuilder
784 if (!AppendBytes(Offset, VTableAddressPoint)) in Build()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp96 void Value::AppendBytes(const void *bytes, int len) { in AppendBytes() function in Value