Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp74 if (!isBlockFree(Addr)) in setBlockMapAddr()
92 if (!isBlockFree(B)) { in setDirectoryBlocksHint()
154 bool MSFBuilder::isBlockFree(uint32_t Idx) const { return FreeBlocks[Idx]; } in isBlockFree() function in MSFBuilder
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h110 bool isBlockFree(uint32_t Idx) const;