Home
last modified time | relevance | path

Searched refs:DWARFLocationExpressionsVector (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFLocationExpression.h45 using DWARFLocationExpressionsVector = std::vector<DWARFLocationExpression>; variable
H A DDWARFDie.h227 Expected<DWARFLocationExpressionsVector>
H A DDWARFUnit.h441 Expected<DWARFLocationExpressionsVector>
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp686 Expected<DWARFLocationExpressionsVector>
688 DWARFLocationExpressionsVector Result; in findLoclistFromOffset()
765 Expected<DWARFLocationExpressionsVector> Locations = in updateVariableDieMap()
H A DDWARFDie.cpp410 Expected<DWARFLocationExpressionsVector>
431 return DWARFLocationExpressionsVector{ in getLocations()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp98 if (Expected<DWARFLocationExpressionsVector> Loc = in isLiveVariable()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp54 Expected<DWARFLocationExpressionsVector> Locs = in addVariable()