Searched defs:Alloc (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DStringSaver.h22 BumpPtrAllocator &Alloc; member in class:llvm::final
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} argument
47 UniqueStringSaver(BumpPtrAllocator &Alloc) : Strings(Alloc) {} argument
H A DInitLLVM.h45 BumpPtrAllocator Alloc; member in class:llvm::InitLLVM
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h40 BumpPtrAllocator Alloc; member in class:llvm::BitcodeWriter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp60 llvm::BumpPtrAllocator Alloc; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp67 toDebugH(const DebugHSection &DebugH, BumpPtrAllocator &Alloc) argument
H A DCodeViewYAMLTypes.cpp796 toDebugT(ArrayRef<LeafRecord> Leafs, BumpPtrAllocator &Alloc, StringRef SectionName) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp64 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWin64EH.h29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { function in struct:llvm::Win64EH::Instruction
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp181 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h183 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { argument
224 static void *CreateContext(llvm::BumpPtrAllocator &Alloc) { argument
261 static void *CreateContext(llvm::BumpPtrAllocator &Alloc) { argument
H A DBasicValueFactory.h128 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h61 IndexT Alloc(Cache *c) { function in class:__tsan::DenseSlabAlloc
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h71 SpecificBumpPtrAllocator<Region> Alloc; member in class:llvm::GCNIterativeScheduler
H A DGCNMinRegStrategy.cpp38 SpecificBumpPtrAllocator<Candidate> Alloc; member in class:__anon2476::GCNMinRegScheduler
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h49 VNInfo::Allocator *Alloc = nullptr; member in class:llvm::LiveRangeCalc
/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/compiler-rt/lib/xray/
H A Dxray_segmented_array.h164 AllocatorType *Alloc; member in class:__xray::Array
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h181 static LowLevelAllocator Alloc; member in class:__sanitizer::FlagParser
/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/lib/Object/
H A DCOFFImportFile.cpp141 BumpPtrAllocator Alloc; member in class:llvm::object::__anon2302::ObjectFactory
H A DIRSymtab.cpp364 BumpPtrAllocator Alloc; local
76 Builder(SmallVector<char, 0> &Symtab, StringTableBuilder &StrtabBuilder, BumpPtrAllocator &Alloc) argument
338 build(ArrayRef<Module *> Mods, SmallVector<char, 0> &Symtab, StringTableBuilder &StrtabBuilder, BumpPtrAllocator &Alloc) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h33 llvm::PointerIntPair<llvm::BumpPtrAllocator*, 1> Alloc; member in class:clang::BumpVectorContext
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h168 ImmutableListFactory(BumpPtrAllocator& Alloc) argument
H A DImmutableMap.h108 Factory(BumpPtrAllocator &Alloc, bool canonicalize = true) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp227 auto &Alloc = P->Demangler.ASTAllocator; local

Completed in 352 milliseconds

123