Home
last modified time | relevance | path

Searched refs:LVLocationSymbol (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h167 class LVLocationSymbol final : public LVLocation {
174 LVLocationSymbol() : LVLocation() {} in LVLocationSymbol() function
175 LVLocationSymbol(const LVLocationSymbol &) = delete;
176 LVLocationSymbol &operator=(const LVLocationSymbol &) = delete;
177 ~LVLocationSymbol() = default;
H A DLVObject.h47 class LVLocationSymbol; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp561 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()