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.h752 class LLVM_ABI LVScopeFunctionType final : public LVScopeFunction {
754 LVScopeFunctionType() : LVScopeFunction() { setIsFunctionType(); } in LVScopeFunctionType() function
755 LVScopeFunctionType(const LVScopeFunctionType &) = delete;
756 LVScopeFunctionType &operator=(const LVScopeFunctionType &) = delete;
757 ~LVScopeFunctionType() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1950 void LVScopeFunctionType::resolveExtra() { in resolveExtra()