Searched refs:emitCVLinetableDirective (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 175 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
|
| H A D | MCStreamer.h | 963 virtual void emitCVLinetableDirective(unsigned FunctionId,
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 599 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCObjectStreamer 604 this->MCStreamer::emitCVLinetableDirective(FunctionId, Begin, End); in emitCVLinetableDirective()
|
| H A D | MCAsmStreamer.cpp | 295 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 D | MCStreamer.cpp | 346 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() function in MCStreamer
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1243 OS.emitCVLinetableDirective(FI.FuncId, Fn, FI.End); in emitDebugInfoForFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3958 getStreamer().emitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()
|
| H A D | MasmParser.cpp | 5263 getStreamer().emitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()
|