Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h37 virtual void AddRawComment(const Twine &T) = 0;
215 Streamer->AddRawComment(T); in emitRawComment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp101 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment() function in __anon0e8787300111::CVMCAdapter