Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h23 std::string Str8; in invokeBstrMethod() local
26 llvm::convertUTF16ToUTF8String(StrBytes, Str8); in invokeBstrMethod()
27 return Str8; in invokeBstrMethod()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def69 HANDLE_MP_FIRST_BYTE(0xd9, Str8)
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp109 EW.write(FirstByte::Str8); in write()
H A DMsgPackReader.cpp91 case FirstByte::Str8: in read()