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.h646 class LVScopeFunction : public LVScope {
652 LVScopeFunction() : LVScope() {} in LVScopeFunction() function
653 LVScopeFunction(const LVScopeFunction &) = delete;
654 LVScopeFunction &operator=(const LVScopeFunction &) = delete;
655 virtual ~LVScopeFunction() = default;
698 class LVScopeFunctionInlined final : public LVScopeFunction {
704 LVScopeFunctionInlined() : LVScopeFunction() { setIsInlinedFunction(); } in LVScopeFunctionInlined()
741 class LVScopeFunctionType final : public LVScopeFunction {
743 LVScopeFunctionType() : LVScopeFunction() { setIsFunctionType(); } in LVScopeFunctionType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1761 void LVScopeFunction::resolveReferences() {
1801 void LVScopeFunction::setName(StringRef ObjectName) { in resolveReferences()
1807 void LVScopeFunction::resolveExtra() { in resolveReferences()
1813 bool LVScopeFunction::equals(const LVScope *Scope) const { in setName()
1848 LVScope *LVScopeFunction::findEqualScope(const LVScopes *Scopes) const { in equals()
1858 void LVScopeFunction::printExtra(raw_ostream &OS, bool Full) const { in findEqualScope()
1887 printLinkageName(OS, Full, const_cast<LVScopeFunction *>(this), in printExtra()
1888 const_cast<LVScopeFunction *>(this)); in printExtra()
1890 Reference->printReference(OS, Full, const_cast<LVScopeFunction *>(this)); in printExtra()
1904 if (!LVScopeFunction
[all...]