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.cpp481 LinkedLocationExpressionsVector LinkedLocationExpressions; in emitLocations() local
502 LinkedLocationExpressions.push_back({LinkedExpression}); in emitLocations()
508 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.cpp2009 DWARFLocationExpressionsVector LinkedLocationExpressions; in generateUnitLocations() local
2025 LinkedLocationExpressions.push_back(LinkedExpression); in generateUnitLocations()
2029 Emitter->emitDwarfDebugLocListFragment(Unit, LinkedLocationExpressions, in generateUnitLocations()