Lines Matching defs:LinkedFunctionRanges
679 AddressRanges LinkedFunctionRanges;
681 LinkedFunctionRanges.insert(
684 emitAranges(LinkedFunctionRanges);
687 cloneAndEmitRangeList(DebugSectionKind::DebugRange, LinkedFunctionRanges);
691 cloneAndEmitRangeList(DebugSectionKind::DebugRngLists, LinkedFunctionRanges);
696 AddressRanges &LinkedFunctionRanges) {
754 emitRangeListFragment(LinkedFunctionRanges, OutRangeSection);
838 void CompileUnit::emitAranges(AddressRanges &LinkedFunctionRanges) {
839 if (LinkedFunctionRanges.empty())
873 for (const AddressRange &Range : LinkedFunctionRanges) {