Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h657 class LLVM_ABI LVScopeFunction : public LVScope {
663 LVScopeFunction() : LVScope() {} in LVScopeFunction() function
664 LVScopeFunction(const LVScopeFunction &) = delete;
665 LVScopeFunction &operator=(const LVScopeFunction &) = delete;
666 virtual ~LVScopeFunction() = default;
709 class LLVM_ABI LVScopeFunctionInlined final : public LVScopeFunction {
715 LVScopeFunctionInlined() : LVScopeFunction() { setIsInlinedFunction(); } in LVScopeFunctionInlined()
752 class LLVM_ABI LVScopeFunctionType final : public LVScopeFunction {
754 LVScopeFunctionType() : LVScopeFunction() { setIsFunctionType(); } in LVScopeFunctionType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1779 void LVScopeFunction::resolveReferences() { in resolveReferences()
1819 void LVScopeFunction::setName(StringRef ObjectName) { in setName()
1825 void LVScopeFunction::resolveExtra() { in resolveExtra()
1831 bool LVScopeFunction::equals(const LVScope *Scope) const { in equals()
1866 LVScope *LVScopeFunction::findEqualScope(const LVScopes *Scopes) const { in findEqualScope()
1876 void LVScopeFunction::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
1905 printLinkageName(OS, Full, const_cast<LVScopeFunction *>(this), in printExtra()
1906 const_cast<LVScopeFunction *>(this)); in printExtra()
1908 Reference->printReference(OS, Full, const_cast<LVScopeFunction *>(this)); in printExtra()
1922 if (!LVScopeFunction::equals(Scope)) in equals()
[all …]