Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp342 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
423 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h672 const char *getInlineAsmEnd() const { return InlineAsmEnd; } in getInlineAsmEnd() function