Home
last modified time | relevance | path

Searched refs:LinkedLocationExpressions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp478 LinkedLocationExpressionsVector LinkedLocationExpressions; in emitLocations() local
499 LinkedLocationExpressions.push_back({LinkedExpression}); in emitLocations()
505 emitLocListFragment(LinkedLocationExpressions, OutLocationSection); in emitLocations()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2038 DWARFLocationExpressionsVector LinkedLocationExpressions; in generateUnitLocations() local
2054 LinkedLocationExpressions.push_back(LinkedExpression); in generateUnitLocations()
2058 Emitter->emitDwarfDebugLocListFragment(Unit, LinkedLocationExpressions, in generateUnitLocations()