Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp250 bool EmitCVFuncIdDirective(unsigned FuncId) override;
1368 bool MCAsmStreamer::EmitCVFuncIdDirective(unsigned FuncId) { in EmitCVFuncIdDirective() function in MCAsmStreamer
1370 return MCStreamer::EmitCVFuncIdDirective(FuncId); in EmitCVFuncIdDirective()
DMCStreamer.cpp278 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { in EmitCVFuncIdDirective() function in MCStreamer
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp265 bool EmitCVFuncIdDirective(unsigned FuncId) override;
1525 bool MCAsmStreamer::EmitCVFuncIdDirective(unsigned FuncId) { in EmitCVFuncIdDirective() function in MCAsmStreamer
1527 return MCStreamer::EmitCVFuncIdDirective(FuncId); in EmitCVFuncIdDirective()
DMCStreamer.cpp291 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { in EmitCVFuncIdDirective() function in MCStreamer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h860 virtual bool EmitCVFuncIdDirective(unsigned FunctionId);
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h905 virtual bool EmitCVFuncIdDirective(unsigned FunctionId);
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1414 OS.EmitCVFuncIdDirective(CurFn->FuncId); in beginFunctionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1399 OS.EmitCVFuncIdDirective(CurFn->FuncId); in beginFunctionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3662 if (!getStreamer().EmitCVFuncIdDirective(FunctionId)) in parseDirectiveCVFuncId()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp3689 if (!getStreamer().EmitCVFuncIdDirective(FunctionId)) in parseDirectiveCVFuncId()
DMasmParser.cpp4806 if (!getStreamer().EmitCVFuncIdDirective(FunctionId)) in parseDirectiveCVFuncId()