Searched refs:emitCVLinetableDirective (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 155 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
|
| H A D | MCStreamer.h | 922 virtual void emitCVLinetableDirective(unsigned FunctionId,
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 546 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCObjectStreamer 551 this->MCStreamer::emitCVLinetableDirective(FunctionId, Begin, End); in emitCVLinetableDirective()
|
| H A D | MCAsmStreamer.cpp | 313 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart, 1812 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCAsmStreamer 1820 this->MCStreamer::emitCVLinetableDirective(FunctionId, FnStart, FnEnd); in emitCVLinetableDirective()
|
| H A D | MCStreamer.cpp | 328 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCStreamer
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1266 OS.emitCVLinetableDirective(FI.FuncId, Fn, FI.End); in emitDebugInfoForFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3909 getStreamer().emitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()
|