Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValue.h75 void AppendBytes(const void *bytes, int len);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp581 bool AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst,
600 return AppendBytes(FieldOffsetInChars, InitCst, AllowOverwrite); in AppendField()
603 bool ConstStructBuilder::AppendBytes(CharUnits FieldOffsetInChars, in AppendBytes() function in __anon693486210111::ConstStructBuilder
803 if (!AppendBytes(Offset, VTableAddressPoint)) in Build()
/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp93 void Value::AppendBytes(const void *bytes, int len) { in AppendBytes() function in Value