Home
last modified time | relevance | path

Searched refs:emitCVFuncIdDirective (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp281 bool emitCVFuncIdDirective(unsigned FuncId) override;
1679 bool MCAsmStreamer::emitCVFuncIdDirective(unsigned FuncId) { in emitCVFuncIdDirective() function in MCAsmStreamer
1681 return MCStreamer::emitCVFuncIdDirective(FuncId); in emitCVFuncIdDirective()
H A DMCStreamer.cpp301 bool MCStreamer::emitCVFuncIdDirective(unsigned FunctionId) { in emitCVFuncIdDirective() function in MCStreamer
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCStreamer.h946 virtual bool emitCVFuncIdDirective(unsigned FunctionId);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1515 OS.emitCVFuncIdDirective(CurFn->FuncId); in beginFunctionImpl()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3806 if (!getStreamer().emitCVFuncIdDirective(FunctionId)) in parseDirectiveCVFuncId()
H A DMasmParser.cpp5095 if (!getStreamer().emitCVFuncIdDirective(FunctionId)) in parseDirectiveCVFuncId()