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