Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp280 std::tie(LocBegin, LocEnd) = getLineExtentIncludingInlinees(FuncId); in getFunctionLineEntries()
323 CodeViewContext::getLineExtentIncludingInlinees(unsigned FuncId) { in getLineExtentIncludingInlinees() function in CodeViewContext
489 std::tie(LocBegin, LocEnd) = getLineExtentIncludingInlinees(Frag.SiteFuncId); in encodeInlineLineTable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h185 std::pair<size_t, size_t> getLineExtentIncludingInlinees(unsigned FuncId);