Searched refs:LVLocationSymbol (Results 1 – 3 of 3) sorted by relevance
167 class LVLocationSymbol final : public LVLocation {174 LVLocationSymbol() : LVLocation() {} in LVLocationSymbol() function175 LVLocationSymbol(const LVLocationSymbol &) = delete;176 LVLocationSymbol &operator=(const LVLocationSymbol &) = delete;177 ~LVLocationSymbol() = default;
47 class LVLocationSymbol; variable
561 void LVLocationSymbol::addObject(LVAddress LowPC, LVAddress HighPC, in addObject()579 void LVLocationSymbol::addObject(LVSmall Opcode, in addObject()606 void LVLocationSymbol::updateKind() { in updateKind()614 void LVLocationSymbol::printRawExtra(raw_ostream &OS, bool Full) const { in printRawExtra()651 void LVLocationSymbol::printExtra(raw_ostream &OS, bool Full) const { in printExtra()669 printAttributes(OS, Full, "{Entry} ", const_cast<LVLocationSymbol *>(this), in printExtra()