Home
last modified time | relevance | path

Searched defs:ContentBlocks (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h235 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable
350 orc::AllocGroupSmallMap<Block *> ContentBlocks; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp159 orc::AllocGroupSmallMap<Block *> ContentBlocks; in Create() local
228 orc::AllocGroupSmallMap<Block *> ContentBlocks, in SimpleSegmentAlloc()