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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h36 virtual void AddRawComment(const Twine &T) = 0;
214 Streamer->AddRawComment(T);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp114 void AddRawComment(const Twine &T) { OS->emitRawComment(T); } function in class:__anon4508::CVMCAdapter

Completed in 52 milliseconds