Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h452 return std::move(StrBuffer); in releaseBuffer()
460 bool isInitialized() const { return !StrBuffer->empty(); } in isInitialized()
469 std::unique_ptr<DebugStrBufferVector> StrBuffer; variable
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1104 StrBuffer = std::make_unique<DebugStrBufferVector>(); in create()
1105 StrStream = std::make_unique<raw_svector_ostream>(*StrBuffer); in create()
1115 if (StrBuffer->empty()) in addString()
1117 auto Offset = StrBuffer->size(); in addString()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp4576 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local
4577 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()
4601 StrBuffer += TokSpelling; in ParseMicrosoftUuidAttributeArgs()
4604 StrBuffer += "\""; in ParseMicrosoftUuidAttributeArgs()
4619 Toks[0].setLiteralData(StrBuffer.data()); in ParseMicrosoftUuidAttributeArgs()
4620 Toks[0].setLength(StrBuffer.size()); in ParseMicrosoftUuidAttributeArgs()
H A DParseDecl.cpp783 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local
785 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); in ParseMicrosoftDeclSpecs()