Searched defs:Alloc (Results 1 - 25 of 62) sorted by last modified time

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.cpp83 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h290 BumpPtrAllocator Alloc; member in struct:llvm::objcopy::macho::Object
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h244 BumpPtrAllocator Alloc; member in struct:llvm::objcopy::DriverConfig
H A DCopyConfig.cpp302 addSymbolsFromFile(NameMatcher &Symbols, BumpPtrAllocator &Alloc, argument
360 addSymbolsToRenameFromFile(StringMap<StringRef> &SymbolsToRename, BumpPtrAllocator &Alloc, StringRef Filename) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp232 static BumpPtrAllocator Alloc; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp279 static GlobalTypeMember *create(BumpPtrAllocator &Alloc, GlobalObject *GO, argument
312 static ICallBranchFunnel *create(BumpPtrAllocator &Alloc, CallInst *CI, argument
1824 BumpPtrAllocator Alloc; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp507 auto Alloc = RetconLowering.Alloc; local
H A DCoroInternal.h122 Function *Alloc; member in struct:llvm::coro::Shape::RetconLoweringStorage
H A DCoroFrame.cpp1142 auto Alloc = Shape.emitAlloc(Builder, AI->getSize(), nullptr); local
1410 auto Alloc = lowerNonLocalAlloca(AI, Shape, DeadInstructions); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp265 BumpPtrAllocator Alloc; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp30 SpecificBumpPtrAllocator<Candidate> Alloc; member in class:__anon2094::GCNILPScheduler
H A DAMDGPULibCalls.cpp1350 AllocaInst *Alloc = insertAlloca(UI, B, "__sincos_"); local
1421 AllocaInst *Alloc = B.CreateAlloca(RetType, 0, local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp72 void *operator new(size_t N, const NamedBufferAlloc &Alloc) { argument
H A DItaniumManglingCanonicalizer.cpp227 auto &Alloc = P->Demangler.ASTAllocator; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp162 Alloc = 1 << 0, enumerator in enum:__anon1933
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1324 BumpPtrAllocator Alloc; member in class:llvm::LLVMContextImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp382 AllocPtr Alloc; local
359 notifyEmitted(MaterializationResponsibility &MR, AllocPtr Alloc) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h118 std::unique_ptr<JITLinkMemoryManager::Allocation> Alloc; member in class:llvm::jitlink::JITLinkerBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp306 BumpPointerAllocator Alloc; member in class:__anon1866::DefaultAllocator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1417 VNInfo::Allocator& Alloc = LIS->getVNInfoAllocator(); local
H A DLiveRangeEdit.cpp47 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); local
H A DLiveRangeCalc.cpp64 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DInitLLVM.h45 BumpPtrAllocator Alloc; member in class:llvm::InitLLVM
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h981 BumpPtrAllocator Alloc; member in class:llvm::CalleeInfo::ModuleSummaryIndex
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h78 uint8_t *Alloc = reinterpret_cast<uint8_t *>( variable
91 uint8_t *Alloc = reinterpret_cast<uint8_t *>( variable
100 uint8_t *Alloc = reinterpret_cast<uint8_t *>( variable
216 class Alloc { class in class:llvm::orc::remote::OrcRemoteTargetClient::RemoteRTDyldMemoryManager
218 Alloc(uint64_t Size, unsigned Align) function in class:llvm::orc::remote::OrcRemoteTargetClient::RemoteRTDyldMemoryManager::Alloc
[all...]

Completed in 209 milliseconds

123