Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValue.h75 void AppendBytes(const void *bytes, int len);
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp582 bool AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst,
601 return AppendBytes(FieldOffsetInChars, InitCst, AllowOverwrite); in AppendField()
604 bool ConstStructBuilder::AppendBytes(CharUnits FieldOffsetInChars, in AppendBytes() function in __anoncb3f9d5e0111::ConstStructBuilder
804 if (!AppendBytes(Offset, VTableAddressPoint)) in Build()
/openbsd/gnu/llvm/lldb/source/Core/
H A DValue.cpp94 void Value::AppendBytes(const void *bytes, int len) { in AppendBytes() function in Value