Home
last modified time | relevance | path

Searched refs:ensureTypeExists (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp80 error(ensureTypeExists(Index)); in getOffsetOfType()
89 auto EC = ensureTypeExists(Index); in getType()
100 if (auto EC = ensureTypeExists(Index)) { in tryGetType()
117 if (auto EC = ensureTypeExists(Index)) { in getTypeName()
146 Error LazyRandomTypeCollection::ensureTypeExists(TypeIndex TI) { in ensureTypeExists() function in LazyRandomTypeCollection
202 if (auto EC = ensureTypeExists(TI)) { in getFirst()
213 if (auto EC = ensureTypeExists(Prev + 1)) { in getNext()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h84 Error ensureTypeExists(TypeIndex Index);