Home
last modified time | relevance | path

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

/freebsd/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.cpp302 if (!Reference->findIn(Targets)) in markMissingParents()
307 LVSymbol *LVSymbol::findIn(const LVSymbols *Targets) const { in findIn() function in LVSymbol
373 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.cpp825 LVScope *LVScope::findIn(const LVScopes *Targets) const { in findIn() function in LVScope
929 LVScope *Target = Reference->findIn(Targets); in markMissingParents()
971 if (!Reference->findIn(Targets)) in equals()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h47 LVLine *findIn(const LVLines *Targets) const;
H A DLVSymbol.h68 LVSymbol *findIn(const LVSymbols *Targets) const;
H A DLVType.h64 LVType *findIn(const LVTypes *Targets) const;
H A DLVScope.h116 LVScope *findIn(const LVScopes *Targets) const;