Searched refs:LVScopeFunction (Results 1 – 2 of 2) sorted by relevance
657 class LLVM_ABI LVScopeFunction : public LVScope {663 LVScopeFunction() : LVScope() {} in LVScopeFunction() function664 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()
1779 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 …]