Home
last modified time | relevance | path

Searched refs:NullTerminatedString (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp212 auto NullTerminatedString = StringRef(Value.data(), Value.size() + 1); in mapStringZ() local
214 Streamer->emitBytes(NullTerminatedString); in mapStringZ()
215 incrStreamedLen(NullTerminatedString.size()); in mapStringZ()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp716 SmallString<32> NullTerminatedString( in emitNullTerminatedSymbolName()
718 NullTerminatedString.push_back('\0'); in emitTypeInformation()
719 OS.emitBytes(NullTerminatedString); in emitTypeInformation()
712 SmallString<32> NullTerminatedString( emitNullTerminatedSymbolName() local