Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectStreamer.h175 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
H A DMCStreamer.h963 virtual void emitCVLinetableDirective(unsigned FunctionId,
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp599 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCObjectStreamer
604 this->MCStreamer::emitCVLinetableDirective(FunctionId, Begin, End); in emitCVLinetableDirective()
H A DMCAsmStreamer.cpp295 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1751 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCAsmStreamer
1759 this->MCStreamer::emitCVLinetableDirective(FunctionId, FnStart, FnEnd); in emitCVLinetableDirective()
H A DMCStreamer.cpp346 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCStreamer
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1243 OS.emitCVLinetableDirective(FI.FuncId, Fn, FI.End); in emitDebugInfoForFunction()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3958 getStreamer().emitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()
H A DMasmParser.cpp5263 getStreamer().emitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()