Home
last modified time | relevance | path

Searched refs:isBlockFree (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp73 if (!isBlockFree(Addr)) in setBlockMapAddr()
91 if (!isBlockFree(B)) { in setDirectoryBlocksHint()
153 bool MSFBuilder::isBlockFree(uint32_t Idx) const { return FreeBlocks[Idx]; } in isBlockFree() function in MSFBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h109 bool isBlockFree(uint32_t Idx) const;