Lines Matching refs:getAddress
93 LVAddress LVSymbolTable::getAddress(StringRef Name) { in getAddress() function in LVSymbolTable
138 return SymbolTable.getAddress(Name); in getSymbolTableAddress()
157 << "Address: " << hexValue(Section.getAddress()) << ", " in mapVirtualAddress()
193 WasmCodeSectionOffset = Section.getAddress(); in mapVirtualAddress()
212 << "SectionAddress: " << hexValue(Section.getAddress()) << "\n"; in mapVirtualAddress()
263 << "SectionAddress: " << hexValue(Section.getAddress()) << "\n" in mapVirtualAddress()
352 return std::make_pair(Section.getAddress(), Section); in getSection()
445 << hexValue((uint64_t)Section.getAddress()) << ":" in createInstructions()
446 << hexValue((uint64_t)Section.getAddress() + Section.getSize(), 10) in createInstructions()
615 uint64_t DebugAddress = (*Iter)->getAddress(); in processLines()
654 uint64_t InstructionAddress = InstructionLine->getAddress(); in processLines()
661 DebugAddress = (*Iter)->getAddress(); in processLines()
751 Scope = ScopesWithRanges->getEntry(Line->getAddress()); in processLines()
806 [](LVLine *Line) { return !Line->getAddress(); }); in processLines()
810 [](LVLine *Line) { return !Line->getAddress(); }); in processLines()
835 Address = (*DebugLines)[End]->getAddress(); in processLines()
843 Address = (*DebugLines)[End]->getAddress(); in processLines()
867 << " , Section Address: " << hexValue(Section.getAddress()) in processLines()
918 dbgs() << "[" << hexValue(Line->getAddress()) << "] " in includeInlineeLines()
932 uint64_t InlineeStart = (InlineeLines->front())->getAddress(); in includeInlineeLines()
935 return Item->getAddress() == InlineeStart; in includeInlineeLines()