Home
last modified time | relevance | path

Searched refs:getRangesAttributes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h144 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes() function
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1594 for (const auto &RangeAttribute : Unit.getRangesAttributes()) { in patchRangesForUnit()