Lines Matching refs:LVScope
24 void LVSymbolTable::add(StringRef Name, LVScope *Function, in add()
55 LVScope *Function = SymbolNames[SymbolName].Scope; in add()
61 LVSectionIndex LVSymbolTable::update(LVScope *Function) { in update()
111 LVScope *Scope = SymbolName.Scope; in print()
121 void LVBinaryReader::addToSymbolTable(StringRef Name, LVScope *Function, in addToSymbolTable()
130 LVSectionIndex LVBinaryReader::updateSymbolTable(LVScope *Function) { in updateSymbolTable()
339 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, in getSection()
371 LVScope *Scope) { in addSectionRange()
377 LVScope *Scope, LVAddress LowerAddress, in addSectionRange()
394 Error LVBinaryReader::createInstructions(LVScope *Scope, in createInstructions()
529 Error LVBinaryReader::createInstructions(LVScope *Function, in createInstructions()
549 LVScope *Scope = Name.first; in createInstructions()
564 LVScope *Scope = Name.first; in createInstructions()
586 LVScope *Function) { in processLines()
620 LVScope *Scope = Function; in processLines()
716 for (LVScope *Scope : *Scopes) { in processLines()
747 LVScope *Scope; in processLines()
894 LVScope *Function) { in includeInlineeLines()
896 std::function<void(LVScope * Parent)> FindInlinedScopes = in includeInlineeLines()
897 [&](LVScope *Parent) { in includeInlineeLines()
899 for (LVScope *Scope : *Scopes) { in includeInlineeLines()
910 LVScope *Scope = InlineeIter->first; in includeInlineeLines()