Home
last modified time | relevance | path

Searched defs:LVAddressToLine (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DWarningInternalTest.cpp34 using LVAddressToLine = std::map<LVAddress, LVLine *>; typedef in __anon538c05990111::MyAddressToLine
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h430 using LVAddressToLine = std::map<LVAddress, LVLine *>; variable