Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h24 std::string Str8; in invokeBstrMethod() local
27 llvm::convertUTF16ToUTF8String(StrBytes, Str8); in invokeBstrMethod()
28 return Str8; in invokeBstrMethod()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def70 HANDLE_MP_FIRST_BYTE(0xd9, Str8)
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp108 EW.write(FirstByte::Str8); in write()
H A DMsgPackReader.cpp89 case FirstByte::Str8: in read()