Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/
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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/
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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h269 void mapAllocsToRemoteAddrs(RuntimeDyld &Dyld, std::vector<Alloc> &Allocs, in mapAllocsToRemoteAddrs()
288 bool copyAndProtect(const std::vector<Alloc> &Allocs, in copyAndProtect()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h200 DenseMap<ResourceKey, std::vector<FinalizedAlloc>> Allocs; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h200 DenseMap<ResourceKey, std::vector<FinalizedAlloc>> Allocs; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h201 DenseMap<ResourceKey, std::vector<FinalizedAlloc>> Allocs; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h200 DenseMap<ResourceKey, std::vector<FinalizedAlloc>> Allocs; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h210 DenseMap<ResourceKey, std::vector<FinalizedAlloc>> Allocs; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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.cpp141 std::vector<FinalizedAlloc> Allocs; in ~DebugObject() local
/aosp_15_r20/external/llvm/unittests/Transforms/IPO/
H A DLowerTypeTests.cpp119 std::vector<BABAlloc> Allocs; in TEST() member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp420 void InProcessMemoryManager::deallocate(std::vector<FinalizedAlloc> Allocs, in deallocate()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp403 std::vector<AllocPtr> Allocs; in removeAllModules() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp283 std::vector<AllocInfo> Allocs; in computeFunctionSummary() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp8773 std::vector<AllocInfo> Allocs; in parseFunctionSummary() local
9789 bool LLParser::parseOptionalAllocs(std::vector<AllocInfo> &Allocs) { in parseOptionalAllocs()