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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp82 error(ensureTypeExists(Index));
91 auto EC = ensureTypeExists(Index);
102 if (auto EC = ensureTypeExists(Index)) {
119 if (auto EC = ensureTypeExists(Index)) {
148 Error LazyRandomTypeCollection::ensureTypeExists(TypeIndex TI) { function in class:LazyRandomTypeCollection
204 if (auto EC = ensureTypeExists(TI)) {
215 if (auto EC = ensureTypeExists(Prev + 1)) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h83 Error ensureTypeExists(TypeIndex Index);

Completed in 57 milliseconds