Home
last modified time | relevance | path

Searched refs:LVScopes (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h111 LVScope *findIn(const LVScopes *Targets) const;
122 std::unique_ptr<LVScopes> Scopes;
207 const LVScopes *getScopes() const { return Scopes.get(); } in getScopes()
287 static void markMissingParents(const LVScopes *References,
288 const LVScopes *Targets,
304 static bool equals(const LVScopes *References, const LVScopes *Targets);
308 virtual LVScope *findEqualScope(const LVScopes *Scopes) const;
358 LVScope *findEqualScope(const LVScopes *Scopes) const override;
424 LVScopes MatchedScopes;
580 const LVScopes &getMatchedScopes() const { return MatchedScopes; } in getMatchedScopes()
[all …]
H A DLVCompare.h30 LVScopes ScopeStack;
H A DLVReader.h72 LVScopes Scopes;
301 const LVScopes &getScopes() const { return Scopes; } in getScopes()
H A DLVType.h121 LVScopes *ScopesParam);
H A DLVObject.h80 using LVScopes = SmallVector<LVScope *, 8>; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp170 Scopes = std::make_unique<LVScopes>(); in addElement()
740 if (const LVScopes *Scopes = Scope->getScopes()) in traverseParentsAndChildren()
818 LVScope *LVScope::findIn(const LVScopes *Targets) const { in outermostParent()
825 LVScopes Candidates;
890 void LVScope::markMissingParents(const LVScopes *References, in markMissingParents()
891 const LVScopes *Targets, in markMissingParents()
951 LVScope *LVScope::findEqualScope(const LVScopes *Scopes) const { in equals()
959 bool LVScope::equals(const LVScopes *References, const LVScopes *Targets) { in findEqualScope()
1047 LVScope *LVScopeAggregate::findEqualScope(const LVScopes *Scope in equals()
[all...]
H A DLVType.cpp231 LVScopes ReferenceScopes; in parametersMatch()
234 LVScopes TargetScopes; in parametersMatch()
246 LVScopes *ScopesParam) { in getParameters()
H A DLVReader.cpp54 if (const LVScopes *Scopes = Parent->getScopes()) { in checkIntegrityScopesTree()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp715 if (const LVScopes *Scopes = CompileUnit->getScopes()) in processLines()
898 if (const LVScopes *Scopes = Parent->getScopes()) in includeInlineeLines()