Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h141 void AppendBytes(const void *bytes, int len);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp67 void AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst);
104 AppendBytes(FieldOffsetInChars, InitCst); in AppendField()
108 AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst) { in AppendBytes() function in __anon91458c600111::ConstStructBuilder
448 AppendBytes(Offset, VTableAddressPoint); in Build()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp102 void Value::AppendBytes(const void *bytes, int len) { in AppendBytes() function in Value