Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp311 std::pair<size_t, size_t> CodeViewContext::getLineExtent(unsigned FuncId) { in getLineExtent() function in CodeViewContext
323 std::tie(LocBegin, LocEnd) = getLineExtent(FuncId); in getLineExtentIncludingInlinees()
330 auto Extent = getLineExtent(ChildId); in getLineExtentIncludingInlinees()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h184 std::pair<size_t, size_t> getLineExtent(unsigned FuncId);