Home
last modified time | relevance | path

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

/freebsd/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() argument
197 std::vector<FinalizedAlloc> Allocs; in deallocate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h210 DenseMap<ResourceKey, std::vector<FinalizedAlloc>> Allocs; variable
/freebsd/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/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp442 void InProcessMemoryManager::deallocate(std::vector<FinalizedAlloc> Allocs, in deallocate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp332 std::vector<AllocInfo> Allocs; in computeFunctionSummary() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9393 std::vector<AllocInfo> Allocs; in parseFunctionSummary() local
10436 bool LLParser::parseOptionalAllocs(std::vector<AllocInfo> &Allocs) { in parseOptionalAllocs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7799 enum MapKind { Present, Allocs, Other, Total }; in generateAllInfoForClauses() enumerator