Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 25 of 91) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DStringSaver.h22 BumpPtrAllocator &Alloc; variable
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
47 UniqueStringSaver(BumpPtrAllocator &Alloc) : Strings(Alloc) {} in UniqueStringSaver()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp42 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef()
55 VNInfo::Allocator *Alloc = getVNAlloc(); in calculate() local
122 VNInfo::Allocator *Alloc = getVNAlloc(); in constructMainRangeFromSubranges() local
136 VNInfo::Allocator *Alloc = getVNAlloc(); in createDeadDefs() local
H A DLiveIntervalUnion.cpp194 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, in init()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp92 for (auto &Alloc : TrampolineBlocks) in deallocatePool() local
112 auto Alloc = TPC.getMemMgr().allocate(nullptr, Request); in grow() local
297 auto Alloc = TPC.getMemMgr().allocate(nullptr, Request); in writeResolverBlock() local
367 auto Alloc = TPC.getMemMgr().allocate(nullptr, Request); in getIndirectStubs() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h40 BumpPtrAllocator Alloc; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dvector.d34 extern(C++, class) struct vector(T, Alloc) in vector() argument
769 alias Alloc = _Alloc0; in version() local
779 alias Alloc = _Alloc_types.Alloc; in version() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWin64EH.h29 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cc25 typedef DenseSlabAlloc<int, 128, 128> Alloc; in TEST() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.h52 BumpPtrAllocator Alloc; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp61 llvm::BumpPtrAllocator Alloc; in expand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp68 BumpPtrAllocator &Alloc) { in toDebugH()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp64 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h73 SpecificBumpPtrAllocator<Region> Alloc; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h55 CoalescingBitVector(Allocator &Alloc) in CoalescingBitVector()
444 Allocator *Alloc; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h51 VNInfo::Allocator *Alloc = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h118 std::unique_ptr<JITLinkMemoryManager::Allocation> Alloc; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp125 volatile char *volatile Alloc = in ensureStackAddressSpace() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_dense_alloc.h60 IndexT Alloc(Cache *c) { in Alloc() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.cpp87 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, in stabilize()
H A DMergingTypeTableBuilder.cpp83 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, in stabilize()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_dense_alloc.h62 IndexT Alloc(Cache *c) { in Alloc() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp353 BumpPtrAllocator &Alloc) { in build()
377 BumpPtrAllocator Alloc; in upgrade() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.h118 static LowLevelAllocator Alloc; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h120 static LowLevelAllocator Alloc; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_dense_alloc.h68 IndexT Alloc(Cache *c) { in Alloc() function

1234