Home
last modified time | relevance | path

Searched refs:findIn (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLine.cpp91 if (!Reference->findIn(Targets)) in markMissingParents()
96 LVLine *LVLine::findIn(const LVLines *Targets) const { in findIn() function in LVLine
129 if (!Reference->findIn(Targets)) in equals()
H A DLVSymbol.cpp303 if (!Reference->findIn(Targets)) in markMissingParents()
308 LVSymbol *LVSymbol::findIn(const LVSymbols *Targets) const { in findIn() function in LVSymbol
374 if (!Reference->findIn(Targets)) in equals()
H A DLVType.cpp195 if (!Reference->findIn(Targets)) in markMissingParents()
200 LVType *LVType::findIn(const LVTypes *Targets) const { in findIn() function in LVType
274 if (!Reference->findIn(Targets)) in equals()
H A DLVScope.cpp818 LVScope *LVScope::findIn(const LVScopes *Targets) const { in findIn() function in LVScope
922 LVScope *Target = Reference->findIn(Targets); in markMissingParents()
964 if (!Reference->findIn(Targets)) in equals()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h46 LVLine *findIn(const LVLines *Targets) const;
H A DLVSymbol.h67 LVSymbol *findIn(const LVSymbols *Targets) const;
H A DLVType.h60 LVType *findIn(const LVTypes *Targets) const;
H A DLVScope.h111 LVScope *findIn(const LVScopes *Targets) const;