Searched refs:stabilize (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp77 static ArrayRef<uint8_t> stabilize(BumpPtrAllocator &RecordStorage, function
87 Record = stabilize(RecordStorage, Record);
109 Record = stabilize(RecordStorage, Record);
H A DMergingTypeTableBuilder.cpp83 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, function
101 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record);
146 Record = stabilize(RecordStorage, Record);
H A DGlobalTypeTableBuilder.cpp87 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, function
135 Record = stabilize(RecordStorage, Record);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h386 stable_iterator stabilize(iterator it) const;
H A DCGCleanup.h582 EHScopeStack::stabilize(iterator ir) const {
H A DCGCleanup.cpp143 for (EHScopeStack::iterator it = begin(); stabilize(it) != Old; it++) {

Completed in 123 milliseconds