Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h168 const RngListAttributesTy &getRangesAttributes() { return RangeAttributes; } in getRangesAttributes()
301 RngListAttributesTy RangeAttributes; variable
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp181 RangeAttributes.emplace_back(Attr); in noteRangeAttribute()