Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectStreamer.h155 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
DMCStreamer.h875 virtual void EmitCVLinetableDirective(unsigned FunctionId,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp530 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCObjectStreamer
535 this->MCStreamer::EmitCVLinetableDirective(FunctionId, Begin, End); in EmitCVLinetableDirective()
DMCAsmStreamer.cpp257 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1408 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCAsmStreamer
1416 this->MCStreamer::EmitCVLinetableDirective(FunctionId, FnStart, FnEnd); in EmitCVLinetableDirective()
DMCStreamer.cpp323 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1127 OS.EmitCVLinetableDirective(FI.FuncId, Fn, FI.End); in emitDebugInfoForFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3816 getStreamer().EmitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()