Home
last modified time | relevance | path

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

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