Searched defs:Allocator (Results 1 - 25 of 152) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMachineFunctionInfo.cpp15 clone( BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp15 clone( BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp15 clone( BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.cpp15 clone( BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.cpp16 ARCFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.cpp22 clone( BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.cpp17 clone( BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.cpp16 clone( BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolSerializer.cpp20 SymbolSerializer::SymbolSerializer(BumpPtrAllocator &Allocator, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp16 clone( BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h35 BumpPtrAllocator Allocator; member in class:llvm::codeview::TypeTableCollection
H A DLazyRandomTypeCollection.h96 BumpPtrAllocator Allocator; member in class:llvm::codeview::LazyRandomTypeCollection
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DRecycler.h68 void clear(AllocatorType &Allocator) { argument
83 SubClass *Allocate(AllocatorType &Allocator) { argument
93 T *Allocate(AllocatorType &Allocator) { argument
H A DRecyclingAllocator.h34 AllocatorType Allocator; member in class:llvm::RecyclingAllocator
62 operator new(size_t size, llvm::RecyclingAllocator<AllocatorType, T, Size, Align> &Allocator) argument
[all...]
H A DArrayRecycler.h104 void clear(AllocatorType &Allocator) { argument
125 T *allocate(Capacity Cap, AllocatorType &Allocator) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h127 std::unique_ptr<BumpPtrAllocator> Allocator; member in class:llvm::pdb::NativeSession
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp18 clone( BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp86 MallocAllocator Allocator; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.cpp22 clone( BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp85 ARMFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h106 EnvironmentManager(llvm::BumpPtrAllocator &Allocator) : F(Allocator) {} argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DCommentParser.h40 llvm::BumpPtrAllocator &Allocator; member in class:clang::comments::Parser
H A DCommentSema.h37 llvm::BumpPtrAllocator &Allocator; member in class:clang::comments::Sema
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DStringPool.h72 llvm::parallel::PerThreadBumpPtrAllocator Allocator; member in class:llvm::dwarf_linker::StringPool
44 create(const StringRef &Key, llvm::parallel::PerThreadBumpPtrAllocator &Allocator) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h31 ExecutorAddr Allocator; member in struct:llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs

Completed in 237 milliseconds

1234567