Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h38 virtual void AddRawComment(const Twine &T) = 0;
217 Streamer->AddRawComment(T); in emitRawComment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp93 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment() function in __anon1c0f18e50111::CVMCAdapter