Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h84 LVDoubleMap<LVSectionIndex, LVAddress, LVScope *> AssemblerMappings; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp524 AssemblerMappings.add(SectionIndex, FirstAddress, Scope); in createInstructions()
622 Scope = AssemblerMappings.find(SectionIndex, DebugAddress); in processLines()