Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectStreamer.h125 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
DMCStreamer.h688 virtual void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo,
/external/llvm/lib/MC/
DMCObjectStreamer.cpp368 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() function in MCObjectStreamer
376 this->MCStreamer::EmitCVLocDirective(FunctionId, FileNo, Line, Column, in EmitCVLocDirective()
DMCAsmStreamer.cpp219 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
1084 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() function in MCAsmStreamer
1109 this->MCStreamer::EmitCVLocDirective(FunctionId, FileNo, Line, Column, in EmitCVLocDirective()
DMCStreamer.cpp206 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() function in MCStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h141 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
DMCStreamer.h821 virtual void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp442 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() function in MCObjectStreamer
450 this->MCStreamer::EmitCVLocDirective(FunctionId, FileNo, Line, Column, in EmitCVLocDirective()
DMCAsmStreamer.cpp250 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
1297 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() function in MCAsmStreamer
1322 this->MCStreamer::EmitCVLocDirective(FunctionId, FileNo, Line, Column, in EmitCVLocDirective()
DMCStreamer.cpp270 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() function in MCStreamer
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp358 OS.EmitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp448 OS.EmitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3291 getStreamer().EmitCVLocDirective(FunctionId, FileNumber, LineNumber, in parseDirectiveCVLoc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3720 getStreamer().EmitCVLocDirective(FunctionId, FileNumber, LineNumber, in parseDirectiveCVLoc()