Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h37 virtual void AddRawComment(const Twine &T) = 0;
215 Streamer->AddRawComment(T); in emitRawComment()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp94 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment() function in __anon645f9c610111::CVMCAdapter