Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCObjectStreamer.h155 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
DMCStreamer.h920 virtual void emitCVLinetableDirective(unsigned FunctionId,
/external/llvm-project/llvm/lib/MC/
DMCObjectStreamer.cpp535 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCObjectStreamer
540 this->MCStreamer::emitCVLinetableDirective(FunctionId, Begin, End); in emitCVLinetableDirective()
DMCAsmStreamer.cpp272 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1565 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCAsmStreamer
1573 this->MCStreamer::emitCVLinetableDirective(FunctionId, FnStart, FnEnd); in emitCVLinetableDirective()
DMCStreamer.cpp336 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCStreamer
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1139 OS.emitCVLinetableDirective(FI.FuncId, Fn, FI.End); in emitDebugInfoForFunction()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp3843 getStreamer().emitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()
DMasmParser.cpp4960 getStreamer().emitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()