Home
last modified time | relevance | path

Searched refs:EmitCVLinetableDirective (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h153 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
H A DMCStreamer.h841 virtual void EmitCVLinetableDirective(unsigned FunctionId,
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp479 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCObjectStreamer
484 this->MCStreamer::EmitCVLinetableDirective(FunctionId, Begin, End); in EmitCVLinetableDirective()
H A DMCAsmStreamer.cpp253 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1348 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCAsmStreamer
1356 this->MCStreamer::EmitCVLinetableDirective(FunctionId, FnStart, FnEnd); in EmitCVLinetableDirective()
H A DMCStreamer.cpp316 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCStreamer
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1083 OS.EmitCVLinetableDirective(FI.FuncId, Fn, FI.End); in emitDebugInfoForFunction()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3765 getStreamer().EmitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()