Lines Matching refs:getAddress
93 LVAddress LVSymbolTable::getAddress(StringRef Name) { in getAddress() function in LVSymbolTable
138 return SymbolTable.getAddress(Name); in getSymbolTableAddress()
183 << "SectionAddress: " << hexValue(Section.getAddress()) << "\n"; in mapVirtualAddress()
234 << "SectionAddress: " << hexValue(Section.getAddress()) << "\n" in mapVirtualAddress()
323 return std::make_pair(Section.getAddress(), Section); in getSection()
416 << hexValue((uint64_t)Section.getAddress()) << ":" in createInstructions()
417 << hexValue((uint64_t)Section.getAddress() + Section.getSize(), 10) in createInstructions()
586 uint64_t DebugAddress = (*Iter)->getAddress(); in processLines()
625 uint64_t InstructionAddress = InstructionLine->getAddress(); in processLines()
632 DebugAddress = (*Iter)->getAddress(); in processLines()
722 Scope = ScopesWithRanges->getEntry(Line->getAddress()); in processLines()
777 [](LVLine *Line) { return !Line->getAddress(); }); in processLines()
781 [](LVLine *Line) { return !Line->getAddress(); }); in processLines()
806 Address = (*DebugLines)[End]->getAddress(); in processLines()
814 Address = (*DebugLines)[End]->getAddress(); in processLines()
838 << " , Section Address: " << hexValue(Section.getAddress()) in processLines()
889 dbgs() << "[" << hexValue(Line->getAddress()) << "] " in includeInlineeLines()
903 uint64_t InlineeStart = (InlineeLines->front())->getAddress(); in includeInlineeLines()
906 return Item->getAddress() == InlineeStart; in includeInlineeLines()