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/
H A DCodeViewRecordIO.h37 virtual void AddRawComment(const Twine &T) = 0;
215 Streamer->AddRawComment(T); in emitRawComment()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp94 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment() function in __anonb5bd25fc0111::CVMCAdapter