Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/include/llvm/Support/
HDStringSaver.h27 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
39 BumpPtrStringSaver(BumpPtrAllocator &Alloc) : StringSaver(Alloc) {} in BumpPtrStringSaver()
HDYAMLParser.h152 void operator delete(void *Ptr, BumpPtrAllocator &Alloc, size_t Size) throw() { in delete()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCWin64EH.h31 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { in Alloc() function
/NextBSD/contrib/compiler-rt/lib/tsan/tests/unit/
HDtsan_dense_alloc_test.cc25 typedef DenseSlabAlloc<int, 128, 128> Alloc; in TEST() typedef
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDDIE.h605 iterator insert(BumpPtrAllocator &Alloc, DIEValue V) { in insert()
610 iterator emplace(BumpPtrAllocator &Alloc, Ts &&... Args) { in emplace()
657 static DIE *get(BumpPtrAllocator &Alloc, dwarf::Tag Tag) { in get()
716 value_iterator addValue(BumpPtrAllocator &Alloc, DIEValue Value) { in addValue()
720 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBlockCounter.cpp65 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPTHManager.h52 llvm::BumpPtrAllocator Alloc; variable
/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveRangeCalc.h41 VNInfo::Allocator *Alloc; variable
HDLiveIntervalUnion.cpp184 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, in init()
HDLiveRangeCalc.cpp43 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef()
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_dense_alloc.h61 IndexT Alloc(Cache *c) { in Alloc() function
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_flag_parser.h98 static LowLevelAllocator Alloc; variable
HDsanitizer_flag_parser.cc23 LowLevelAllocator FlagParser::Alloc; member in __sanitizer::FlagParser
/NextBSD/contrib/llvm/include/llvm/ADT/
HDImmutableList.h159 ImmutableListFactory(BumpPtrAllocator& Alloc) in ImmutableListFactory()
HDImmutableMap.h106 : F(Alloc), Canonicalize(canonicalize) {} in F() argument
HDImmutableSet.h393 ImutAVLFactory(BumpPtrAllocator& Alloc) in ImutAVLFactory()
/NextBSD/contrib/llvm/lib/LibDriver/
HDLibDriver.cpp104 BumpPtrAllocator Alloc; in libDriverMain() local
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDBasicValueFactory.h82 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc) in BasicValueFactory()
HDProgramState.h464 llvm::BumpPtrAllocator &Alloc; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Support/
HDBumpVector.h33 llvm::PointerIntPair<llvm::BumpPtrAllocator*, 1> Alloc; variable
/NextBSD/contrib/libarchive/libarchive/
HDarchive_ppmd_private.h75 void *(*Alloc)(void *p, size_t size); member
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp964 llvm::AllocaInst *Alloc = CreateTempAlloca(LTy); in EmitAutoVarAlloca() local
1677 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), in EmitParmDecl() local
1720 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), in EmitParmDecl() local
/NextBSD/contrib/llvm/lib/Support/
HDMemoryBuffer.cpp72 void *operator new(size_t N, const NamedBufferAlloc &Alloc) { in operator new()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDCOFFAsmParser.cpp162 Alloc = 1 << 0, in ParseSectionFlags() enumerator
/NextBSD/contrib/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp533 for (const auto &Alloc : AlreadyAllocated) in remapSectionsAndSymbols() local

12