Home
last modified time | relevance | path

Searched refs:getFunctionLineEntries (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCCodeView.h179 std::vector<MCCVLoc> getFunctionLineEntries(unsigned FuncId);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp276 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries() function in CodeViewContext
342 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction()