Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h200 DenseMap<ResourceKey, std::vector<AllocPtr>> Allocs; variable
H A DOrcRemoteTargetClient.h270 void mapAllocsToRemoteAddrs(RuntimeDyld &Dyld, std::vector<Alloc> &Allocs, in mapAllocsToRemoteAddrs()
289 bool copyAndProtect(const std::vector<Alloc> &Allocs, in copyAndProtect()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h473 orcrpctpc::ReserveMemResult Allocs; in reserveMemory() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8326 enum MapKind { Present, Allocs, Other, Total }; in generateAllInfoForClauses() enumerator