Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp83 error(ensureTypeExists(Index)); in getOffsetOfType()
92 auto EC = ensureTypeExists(Index); in getType()
103 if (auto EC = ensureTypeExists(Index)) { in tryGetType()
120 if (auto EC = ensureTypeExists(Index)) { in getTypeName()
149 Error LazyRandomTypeCollection::ensureTypeExists(TypeIndex TI) { in ensureTypeExists() function in LazyRandomTypeCollection
205 if (auto EC = ensureTypeExists(TI)) { in getFirst()
216 if (auto EC = ensureTypeExists(Prev + 1)) { in getNext()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h83 Error ensureTypeExists(TypeIndex Index);