Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h158 bool recordFunctionId(unsigned FuncId);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp84 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId() function in CodeViewContext
H A DMCStreamer.cpp302 return getContext().getCVContext().recordFunctionId(FunctionId); in emitCVFuncIdDirective()