Home
last modified time | relevance | path

Searched defs:Allocs (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h181 std::vector<FinalizedAlloc> Allocs; in deallocate() local
187 Error deallocate(std::vector<FinalizedAlloc> Allocs) { in deallocate()
197 std::vector<FinalizedAlloc> Allocs; in deallocate() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h200 DenseMap<ResourceKey, std::vector<FinalizedAlloc>> Allocs; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp148 std::vector<FinalizedAlloc> Allocs, OnDeallocatedFunction OnDeallocated) { in deallocate()
H A DEPCGenericJITLinkMemoryManager.cpp126 std::vector<FinalizedAlloc> Allocs, OnDeallocatedFunction OnDeallocated) { in deallocate()
H A DEPCGenericRTDyldMemoryManager.cpp295 RuntimeDyld &Dyld, std::vector<SectionAlloc> &Allocs, in mapAllocsToRemoteAddrs()
H A DDebugObjectManagerPlugin.cpp136 std::vector<FinalizedAlloc> Allocs; in ~DebugObject() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp442 void InProcessMemoryManager::deallocate(std::vector<FinalizedAlloc> Allocs, in deallocate() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp300 std::vector<AllocInfo> Allocs; computeFunctionSummary() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8934 std::vector<AllocInfo> Allocs; parseFunctionSummary() local
9965 parseOptionalAllocs(std::vector<AllocInfo> & Allocs) parseOptionalAllocs() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7764 enum MapKind { Present, Allocs, Other, Total }; generateAllInfoForClauses() enumerator