Home
last modified time | relevance | path

Searched refs:Str16 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h18 CComBSTR Str16; in invokeBstrMethod() local
19 HRESULT Result = (Object.*Func)(&Str16); in invokeBstrMethod()
24 llvm::ArrayRef<char> StrBytes(reinterpret_cast<char *>(Str16.m_str), in invokeBstrMethod()
25 Str16.ByteLength()); in invokeBstrMethod()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def70 HANDLE_MP_FIRST_BYTE(0xda, Str16)
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp112 EW.write(FirstByte::Str16); in write()
H A DMsgPackReader.cpp94 case FirstByte::Str16: in read()