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

12

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DStringSaver.h22 BumpPtrAllocator &Alloc; member in class:llvm::final
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} argument
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCWin64EH.h31 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) { function in struct:llvm::Win64EH::Instruction
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp65 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPTHManager.h52 llvm::BumpPtrAllocator Alloc; member in class:clang::PTHManager
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h88 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { argument
140 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { argument
179 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { argument
H A DBasicValueFactory.h82 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc) argument
H A DProgramState.h471 llvm::BumpPtrAllocator &Alloc; member in class:clang::ento::ProgramStateManager
H A DCallEvent.h959 llvm::BumpPtrAllocator &Alloc; member in class:clang::ento::CallEventManager
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp184 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, argument
H A DLiveRangeCalc.h41 VNInfo::Allocator *Alloc; member in class:llvm::LiveRangeCalc
H A DLiveRangeCalc.cpp43 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/LibDriver/
H A DLibDriver.cpp104 BumpPtrAllocator Alloc; local
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h99 static LowLevelAllocator Alloc; member in class:__sanitizer::FlagParser
H A Dsanitizer_flag_parser.cc23 LowLevelAllocator FlagParser::Alloc; member in class:__sanitizer::FlagParser
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h61 IndexT Alloc(Cache *c) { function in class:__tsan::DenseSlabAlloc
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableList.h159 ImmutableListFactory(BumpPtrAllocator& Alloc) argument
H A DImmutableMap.h106 Factory(BumpPtrAllocator &Alloc, bool canonicalize = true) argument
H A DImmutableSet.h393 ImutAVLFactory(BumpPtrAllocator& Alloc) argument
998 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Support/
H A DBumpVector.h33 llvm::PointerIntPair<llvm::BumpPtrAllocator*, 1> Alloc; member in class:clang::BumpVectorContext
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h75 void *(*Alloc)(void *p, size_t size); member in struct:__anon1844
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp110 BumpPtrAllocator Alloc; member in class:__anon2610::ELFObjectWriter
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp161 Alloc = 1 << 0, enumerator in enum:__anon2622
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DMemoryBuffer.cpp72 void *operator new(size_t N, const NamedBufferAlloc &Alloc) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h69 uint8_t *Alloc = reinterpret_cast<uint8_t *>( variable
82 uint8_t *Alloc = reinterpret_cast<uint8_t *>( variable
91 uint8_t *Alloc = reinterpret_cast<uint8_t *>( variable
262 class Alloc { class in class:llvm::orc::remote::OrcRemoteTargetClient::RCMemoryManager
264 Alloc(uint64_t Size, unsigned Align) function in class:llvm::orc::remote::OrcRemoteTargetClient::RCMemoryManager::Alloc
268 Alloc(Alloc &&Other) function in class:llvm::orc::remote::OrcRemoteTargetClient::RCMemoryManager::Alloc
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp551 static const char *copyString(StringRef Str, llvm::BumpPtrAllocator &Alloc) { argument

Completed in 168 milliseconds

12