Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValue.h134 AppendBytes (const void *bytes, int len);
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp64 void AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst);
101 AppendBytes(FieldOffsetInChars, InitCst); in AppendField()
105 AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst) { in AppendBytes() function in __anon58a9850a0111::ConstStructBuilder
438 AppendBytes(Offset, VTableAddressPoint); in Build()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValue.cpp121 Value::AppendBytes (const void *bytes, int len) in AppendBytes() function in Value