Home
last modified time | relevance | path

Searched refs:emitCFIBKeyFrame (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp349 void emitCFIBKeyFrame() override;
2152 void MCAsmStreamer::emitCFIBKeyFrame() { in emitCFIBKeyFrame() function in MCAsmStreamer
2153 MCStreamer::emitCFIBKeyFrame(); in emitCFIBKeyFrame()
H A DMCStreamer.cpp248 void MCStreamer::emitCFIBKeyFrame() { in emitCFIBKeyFrame() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h905 virtual void emitCFIBKeyFrame();
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2438 OutStreamer->emitCFIBKeyFrame(); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7287 getStreamer().emitCFIBKeyFrame(); in parseDirectiveCFIBKeyFrame()