Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcommon_test.cpp83 std::vector<std::unique_ptr<char[]>> Allocs(Runs); in TEST() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h201 DenseMap<ResourceKey, std::vector<FinalizedAlloc>> Allocs; variable
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp420 void InProcessMemoryManager::deallocate(std::vector<FinalizedAlloc> Allocs, in deallocate()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp283 std::vector<AllocInfo> Allocs; in computeFunctionSummary() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp8773 std::vector<AllocInfo> Allocs; in parseFunctionSummary() local
9789 bool LLParser::parseOptionalAllocs(std::vector<AllocInfo> &Allocs) { in parseOptionalAllocs()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8051 enum MapKind { Present, Allocs, Other, Total }; in generateAllInfoForClauses() enumerator