Home
last modified time | relevance | path

Searched refs:LVTypeImport (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h200 class LVTypeImport final : public LVType {
202 LVTypeImport() : LVType() { setIncludeInPrint(); } in LVTypeImport() function
203 LVTypeImport(const LVTypeImport &) = delete;
204 LVTypeImport &operator=(const LVTypeImport &) = delete;
205 ~LVTypeImport() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp377 bool LVTypeImport::equals(const LVType *Type) const { in equals()
381 void LVTypeImport::printExtra(raw_ostream &OS, bool Full) const { in printExtra()