Lines Matching defs:Scope
37 LVScope *Scope = nullptr;
42 LVSymbolTableEntry(LVScope *Scope, LVAddress Address,
44 : Scope(Scope), Address(Address), SectionIndex(SectionIndex),
180 getSection(LVScope *Scope, LVAddress Address, LVSectionIndex SectionIndex);
182 void addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope);
183 void addSectionRange(LVSectionIndex SectionIndex, LVScope *Scope,
207 void addInlineeLines(LVScope *Scope, LVLines &Lines) {
208 CUInlineeLines.emplace(Scope, std::make_unique<LVLines>(std::move(Lines)));
228 LVSectionIndex getSectionIndex(LVScope *Scope) override {
229 return Scope ? getSymbolTableIndex(Scope->getLinkageName())