Home
last modified time | relevance | path

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

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