Home
last modified time | relevance | path

Searched refs:emitCVLinetableDirective (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectStreamer.h157 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
H A DMCStreamer.h918 virtual void emitCVLinetableDirective(unsigned FunctionId,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp555 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCObjectStreamer
560 this->MCStreamer::emitCVLinetableDirective(FunctionId, Begin, End); in emitCVLinetableDirective()
H A DMCAsmStreamer.cpp280 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1656 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCAsmStreamer
1664 this->MCStreamer::emitCVLinetableDirective(FunctionId, FnStart, FnEnd); in emitCVLinetableDirective()
H A DMCStreamer.cpp336 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1162 OS.emitCVLinetableDirective(FI.FuncId, Fn, FI.End); in emitDebugInfoForFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3918 getStreamer().emitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()
H A DMasmParser.cpp4978 getStreamer().emitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()