Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h741 class LVScopeFunctionType final : public LVScopeFunction {
743 LVScopeFunctionType() : LVScopeFunction() { setIsFunctionType(); } in LVScopeFunctionType() function
744 LVScopeFunctionType(const LVScopeFunctionType &) = delete;
745 LVScopeFunctionType &operator=(const LVScopeFunctionType &) = delete;
746 ~LVScopeFunctionType() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1932 void LVScopeFunctionType::resolveExtra() { in printExtra()