Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h77 LVInlineeLine CUInlineeLines; variable
208 CUInlineeLines.emplace(Scope, std::make_unique<LVLines>(std::move(Lines))); in addInlineeLines()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp900 LVInlineeLine::iterator Iter = CUInlineeLines.find(Scope); in includeInlineeLines()
901 if (Iter != CUInlineeLines.end()) in includeInlineeLines()
952 CUInlineeLines.erase(InlineeIter); in includeInlineeLines()