Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp494 ScopeInstructions.add(SectionIndex, Scope, &Instructions); in createInstructions()
602 LVLines *Lines = ScopeInstructions.find(SectionIndex, Scope); in processLines()
688 LVLines *Lines = ScopeInstructions.find(Scope); in processLines()
763 if (DebugLines->empty() && !ScopeInstructions.findMap(SectionIndex)) in processLines()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h81 LVDoubleMap<LVSectionIndex, LVScope *, LVLines *> ScopeInstructions; variable