Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h152 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
H A DMCStreamer.h916 virtual void emitCVLocDirective(unsigned FunctionId, unsigned FileNo,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp530 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() function in MCObjectStreamer
H A DMCAsmStreamer.cpp310 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
1788 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() function in MCAsmStreamer
H A DMCStreamer.cpp301 void MCStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp561 OS.emitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3890 getStreamer().emitCVLocDirective(FunctionId, FileNumber, LineNumber, in parseDirectiveCVLoc()