Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h142 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1553 for (const auto &RangeAttribute : Unit.getRangesAttributes()) { in patchRangesForUnit()