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/ |
D | MCObjectStreamer.h | 155 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
|
D | MCStreamer.h | 875 virtual void EmitCVLinetableDirective(unsigned FunctionId,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 530 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCObjectStreamer 535 this->MCStreamer::EmitCVLinetableDirective(FunctionId, Begin, End); in EmitCVLinetableDirective()
|
D | MCAsmStreamer.cpp | 257 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()
|
D | MCStreamer.cpp | 323 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/ |
D | CodeViewDebug.cpp | 1127 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/ |
D | AsmParser.cpp | 3816 getStreamer().EmitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()
|