Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h115 OffsetAlloc.DestroyAll(); in reset()
132 auto *OffsetList = new (OffsetAlloc.Allocate()) OffsetListT(); in insertOffsets()
137 SpecificBumpPtrAllocator<OffsetListT> OffsetAlloc; variable