Lines Matching refs:LVAddress
44 void LVSymbolTable::add(StringRef Name, LVAddress Address, in add()
93 LVAddress LVSymbolTable::getAddress(StringRef Name) { in getAddress()
125 void LVBinaryReader::addToSymbolTable(StringRef Name, LVAddress Address, in addToSymbolTable()
137 LVAddress LVBinaryReader::getSymbolTableAddress(StringRef Name) { in getSymbolTableAddress()
339 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, in getSection()
377 LVScope *Scope, LVAddress LowerAddress, in addSectionRange()
378 LVAddress UpperAddress) { in addSectionRange()
404 LVAddress Address = NameInfo.first; in createInstructions()
453 LVAddress FirstAddress = Address; in createInstructions()
535 if (Name.first != LVAddress(UINT64_MAX)) in createInstructions()
551 LVAddress Address = NameInfo.first; in createInstructions()
825 using LVBucket = std::tuple<size_t, size_t, LVAddress, bool>; in processLines()
828 LVAddress Address; in processLines()