Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h179 std::vector<MCCVLoc> getFunctionLineEntries(unsigned FuncId);
/openbsd-src/gnu/llvm/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()