Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h201 DenseMap<ResourceKey, std::vector<FinalizedAlloc>> Allocs; variable
/external/llvm/unittests/Transforms/IPO/
DLowerTypeTests.cpp119 std::vector<BABAlloc> Allocs; in TEST() member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DMapperJITLinkMemoryManager.cpp148 std::vector<FinalizedAlloc> Allocs, OnDeallocatedFunction OnDeallocated) { in deallocate()
DEPCGenericJITLinkMemoryManager.cpp126 std::vector<FinalizedAlloc> Allocs, OnDeallocatedFunction OnDeallocated) { in deallocate()
DEPCGenericRTDyldMemoryManager.cpp295 RuntimeDyld &Dyld, std::vector<SectionAlloc> &Allocs, in mapAllocsToRemoteAddrs()
DDebugObjectManagerPlugin.cpp141 std::vector<FinalizedAlloc> Allocs; in ~DebugObject() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h269 void mapAllocsToRemoteAddrs(RuntimeDyld &Dyld, std::vector<Alloc> &Allocs, in mapAllocsToRemoteAddrs()
288 bool copyAndProtect(const std::vector<Alloc> &Allocs, in copyAndProtect()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp420 void InProcessMemoryManager::deallocate(std::vector<FinalizedAlloc> Allocs, in deallocate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp403 std::vector<AllocPtr> Allocs; in removeAllModules() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp283 std::vector<AllocInfo> Allocs; in computeFunctionSummary() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLParser.cpp8773 std::vector<AllocInfo> Allocs; in parseFunctionSummary() local
9789 bool LLParser::parseOptionalAllocs(std::vector<AllocInfo> &Allocs) { in parseOptionalAllocs()