Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h235 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable
353 orc::AllocGroupSmallMap<Block *> ContentBlocks; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp160 orc::AllocGroupSmallMap<Block *> ContentBlocks; in Create() local
232 orc::AllocGroupSmallMap<Block *> ContentBlocks, in SimpleSegmentAlloc()