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.cpp346 void emitCFIBKeyFrame() override;
2131 void MCAsmStreamer::emitCFIBKeyFrame() { in emitCFIBKeyFrame() function in MCAsmStreamer
2132 MCStreamer::emitCFIBKeyFrame(); in emitCFIBKeyFrame()
H A DMCStreamer.cpp224 void MCStreamer::emitCFIBKeyFrame() { in emitCFIBKeyFrame() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h885 virtual void emitCFIBKeyFrame();
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2867 OutStreamer->emitCFIBKeyFrame(); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7513 getStreamer().emitCFIBKeyFrame(); in parseDirectiveCFIBKeyFrame()