Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp305 if (!Reference->findIn(Targets)) in markMissingParents()
310 LVSymbol *LVSymbol::findIn(const LVSymbols *Targets) const { in findIn() function in LVSymbol
376 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
280 if (!Reference->findIn(Targets)) in equals()
H A DLVScope.cpp831 LVScope *LVScope::findIn(const LVScopes *Targets) const { in findIn() function in LVScope
935 LVScope *Target = Reference->findIn(Targets); in markMissingParents()
977 if (!Reference->findIn(Targets)) in equals()
/openbsd-src/gnu/llvm/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;