Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectStreamer.h172 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
H A DMCStreamer.h957 virtual void emitCVLocDirective(unsigned FunctionId, unsigned FileNo,
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp583 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() function in MCObjectStreamer
H A DMCAsmStreamer.cpp292 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
1727 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() function in MCAsmStreamer
H A DMCStreamer.cpp319 void MCStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() function in MCStreamer
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp555 OS.emitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3934 getStreamer().emitCVLocDirective(FunctionId, FileNumber, LineNumber, in parseDirectiveCVLoc()
H A DMasmParser.cpp5237 getStreamer().emitCVLocDirective(FunctionId, FileNumber, LineNumber, in parseDirectiveCVLoc()