Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp310 std::pair<size_t, size_t> CodeViewContext::getLineExtent(unsigned FuncId) { in getLineExtent() function in CodeViewContext
465 std::tie(LocBegin, LocEnd) = getLineExtent(Frag.SiteFuncId); in encodeInlineLineTable()
471 auto Extent = getLineExtent(ChildId); in encodeInlineLineTable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h174 std::pair<size_t, size_t> getLineExtent(unsigned FuncId);