Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h645 class LVScopeFunction : public LVScope {
651 LVScopeFunction() : LVScope() {} in LVScopeFunction() function
652 LVScopeFunction(const LVScopeFunction &) = delete;
653 LVScopeFunction &operator=(const LVScopeFunction &) = delete;
654 virtual ~LVScopeFunction() = default;
697 class LVScopeFunctionInlined final : public LVScopeFunction {
703 LVScopeFunctionInlined() : LVScopeFunction() { setIsInlinedFunction(); } in LVScopeFunctionInlined()
740 class LVScopeFunctionType final : public LVScopeFunction {
742 LVScopeFunctionType() : LVScopeFunction() { setIsFunctionType(); } in LVScopeFunctionType()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1776 void LVScopeFunction::resolveReferences() { in resolveReferences()
1814 void LVScopeFunction::setName(StringRef ObjectName) { in setName()
1820 void LVScopeFunction::resolveExtra() { in resolveExtra()
1826 bool LVScopeFunction::equals(const LVScope *Scope) const { in equals()
1861 LVScope *LVScopeFunction::findEqualScope(const LVScopes *Scopes) const { in findEqualScope()
1871 void LVScopeFunction::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
1900 printLinkageName(OS, Full, const_cast<LVScopeFunction *>(this), in printExtra()
1901 const_cast<LVScopeFunction *>(this)); in printExtra()
1903 Reference->printReference(OS, Full, const_cast<LVScopeFunction *>(this)); in printExtra()
1917 if (!LVScopeFunction::equals(Scope)) in equals()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp198 CurrentScope = new LVScopeFunction(); in createElement()
202 CurrentScope = new LVScopeFunction(); in createElement()
206 CurrentScope = new LVScopeFunction(); in createElement()
213 CurrentScope = new LVScopeFunction(); in createElement()