Home
last modified time | relevance | path

Searched refs:EmitCVFuncIdDirective (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp246 bool EmitCVFuncIdDirective(unsigned FuncId) override;
1281 bool MCAsmStreamer::EmitCVFuncIdDirective(unsigned FuncId) { in EmitCVFuncIdDirective() function in MCAsmStreamer
1283 return MCStreamer::EmitCVFuncIdDirective(FuncId); in EmitCVFuncIdDirective()
DMCStreamer.cpp252 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { in EmitCVFuncIdDirective() function in MCStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCStreamer.h812 virtual bool EmitCVFuncIdDirective(unsigned FunctionId);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1238 OS.EmitCVFuncIdDirective(CurFn->FuncId); in beginFunctionImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3592 if (!getStreamer().EmitCVFuncIdDirective(FunctionId)) in parseDirectiveCVFuncId()