Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h134 const DWARFLocationExpressionsVector &LinkedLocationExpression,
241 const DWARFLocationExpressionsVector &LinkedLocationExpression,
247 const DWARFLocationExpressionsVector &LinkedLocationExpression,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFLocationExpression.h44 using DWARFLocationExpressionsVector = std::vector<DWARFLocationExpression>; variable
H A DDWARFDie.h226 Expected<DWARFLocationExpressionsVector>
H A DDWARFUnit.h482 Expected<DWARFLocationExpressionsVector>
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp708 Expected<DWARFLocationExpressionsVector>
710 DWARFLocationExpressionsVector Result; in findLoclistFromOffset()
787 Expected<DWARFLocationExpressionsVector> Locations = in updateVariableDieMap()
H A DDWARFDie.cpp407 Expected<DWARFLocationExpressionsVector>
428 return DWARFLocationExpressionsVector{ in getLocations()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp641 const DWARFLocationExpressionsVector &LinkedLocationExpression, in emitDwarfDebugLocListFragment()
668 const DWARFLocationExpressionsVector &LinkedLocationExpression, in emitDwarfDebugLocTableFragment()
759 const DWARFLocationExpressionsVector &LinkedLocationExpression, in emitDwarfDebugLocListsTableFragment()
H A DDWARFLinker.cpp2000 Expected<DWARFLocationExpressionsVector> OriginalLocations = in generateUnitLocations()
2009 DWARFLocationExpressionsVector LinkedLocationExpressions; in generateUnitLocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp60 Expected<DWARFLocationExpressionsVector> Locs = in addVariable()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp473 Expected<DWARFLocationExpressionsVector> OriginalLocations = in emitLocations()