Home
last modified time | relevance | path

Searched refs:recordFunctionId (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodeView.h149 bool recordFunctionId(unsigned FuncId);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp87 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId() function in CodeViewContext
H A DMCStreamer.cpp272 return getContext().getCVContext().recordFunctionId(FunctionId); in EmitCVFuncIdDirective()