Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectStreamer.h128 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
DMCStreamer.h694 virtual void EmitCVLinetableDirective(unsigned FunctionId,
/external/llvm/lib/MC/
DMCObjectStreamer.cpp380 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCObjectStreamer
385 this->MCStreamer::EmitCVLinetableDirective(FunctionId, Begin, End); in EmitCVLinetableDirective()
DMCAsmStreamer.cpp222 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1113 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCAsmStreamer
1121 this->MCStreamer::EmitCVLinetableDirective(FunctionId, FnStart, FnEnd); in EmitCVLinetableDirective()
DMCStreamer.cpp214 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h144 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
DMCStreamer.h827 virtual void EmitCVLinetableDirective(unsigned FunctionId,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp454 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCObjectStreamer
459 this->MCStreamer::EmitCVLinetableDirective(FunctionId, Begin, End); in EmitCVLinetableDirective()
DMCAsmStreamer.cpp253 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1326 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCAsmStreamer
1334 this->MCStreamer::EmitCVLinetableDirective(FunctionId, FnStart, FnEnd); in EmitCVLinetableDirective()
DMCStreamer.cpp291 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() function in MCStreamer
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp707 OS.EmitCVLinetableDirective(FI.FuncId, Fn, FI.End); in emitDebugInfoForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1022 OS.EmitCVLinetableDirective(FI.FuncId, Fn, FI.End); in emitDebugInfoForFunction()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3325 getStreamer().EmitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3746 getStreamer().EmitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()